|
netcdf merged {
|
|
dimensions:
|
|
ocean_time = UNLIMITED ; // (720 currently)
|
|
tracer = 2 ;
|
|
xi_rho = 212 ;
|
|
eta_rho = 315 ;
|
|
boundary = 4 ;
|
|
xi_psi = 211 ;
|
|
eta_psi = 314 ;
|
|
xi_u = 211 ;
|
|
eta_u = 315 ;
|
|
xi_v = 212 ;
|
|
eta_v = 314 ;
|
|
sfc = 2 ;
|
|
s_rho = 60 ;
|
|
s_w = 62 ;
|
|
variables:
|
|
double ocean_time(ocean_time) ;
|
|
ocean_time:standard_name = "time" ;
|
|
ocean_time:long_name = "time since initialization" ;
|
|
ocean_time:units = "seconds since 1970-01-01 00:00:00" ;
|
|
ocean_time:calendar = "proleptic_gregorian" ;
|
|
ocean_time:axis = "T" ;
|
|
double lon_rho(eta_rho, xi_rho) ;
|
|
lon_rho:standard_name = "grid_longitude_at_cell_center" ;
|
|
lon_rho:long_name = "longitude of RHO-points" ;
|
|
lon_rho:units = "degree_east" ;
|
|
lon_rho:_CoordinateAxisType = "Lon" ;
|
|
double lat_rho(eta_rho, xi_rho) ;
|
|
lat_rho:standard_name = "grid_latitude_at_cell_center" ;
|
|
lat_rho:long_name = "latitude of RHO-points" ;
|
|
lat_rho:units = "degree_north" ;
|
|
lat_rho:_CoordinateAxisType = "Lat" ;
|
|
double lon_psi(eta_psi, xi_psi) ;
|
|
lon_psi:standard_name = "grid_longitude_at_cell_corners" ;
|
|
lon_psi:long_name = "longitude of PSI-points" ;
|
|
lon_psi:units = "degree_east" ;
|
|
lon_psi:_CoordinateAxisType = "Lon" ;
|
|
double lat_psi(eta_psi, xi_psi) ;
|
|
lat_psi:standard_name = "grid_latitude_at_cell_corners" ;
|
|
lat_psi:long_name = "latitude of PSI-points" ;
|
|
lat_psi:units = "degree_north" ;
|
|
lat_psi:_CoordinateAxisType = "Lat" ;
|
|
double lon_u(eta_u, xi_u) ;
|
|
lon_u:standard_name = "grid_longitude_at_cell_y_edges" ;
|
|
lon_u:long_name = "longitude of U-points" ;
|
|
lon_u:units = "degree_east" ;
|
|
lon_u:_CoordinateAxisType = "Lon" ;
|
|
double lat_u(eta_u, xi_u) ;
|
|
lat_u:standard_name = "grid_latitude_at_cell_y_edges" ;
|
|
lat_u:long_name = "latitude of U-points" ;
|
|
lat_u:units = "degree_north" ;
|
|
lat_u:_CoordinateAxisType = "Lat" ;
|
|
double lon_v(eta_v, xi_v) ;
|
|
lon_v:standard_name = "grid_longitude_at_cell_x_edges" ;
|
|
lon_v:long_name = "longitude of V-points" ;
|
|
lon_v:units = "degree_east" ;
|
|
lon_v:_CoordinateAxisType = "Lon" ;
|
|
double lat_v(eta_v, xi_v) ;
|
|
lat_v:standard_name = "grid_latitude_at_cell_x_edges" ;
|
|
lat_v:long_name = "latitude of V-points" ;
|
|
lat_v:units = "degree_north" ;
|
|
lat_v:_CoordinateAxisType = "Lat" ;
|
|
double sfc(sfc) ;
|
|
sfc:long_name = "surface" ;
|
|
sfc:axis = "Z" ;
|
|
double s_rho(s_rho) ;
|
|
s_rho:standard_name = "ocean_s_coordinate_g2" ;
|
|
s_rho:long_name = "S-coordinate at RHO-points" ;
|
|
s_rho:positive = "up" ;
|
|
s_rho:axis = "Z" ;
|
|
double s_w(s_w) ;
|
|
s_w:standard_name = "ocean_s_coordinate_g2" ;
|
|
s_w:long_name = "S-coordinate at W-points" ;
|
|
s_w:positive = "up" ;
|
|
s_w:axis = "Z" ;
|
|
double Akt_bak(sfc, tracer) ;
|
|
Akt_bak:long_name = "background vertical mixing coefficient for tracers" ;
|
|
Akt_bak:units = "meter2 second-1" ;
|
|
double Cs_r(s_rho) ;
|
|
Cs_r:long_name = "S-coordinate stretching curves at RHO-points" ;
|
|
double Cs_w(s_w) ;
|
|
Cs_w:long_name = "S-coordinate stretching curves at W-points" ;
|
|
float EminusP(ocean_time, sfc, eta_rho, xi_rho) ;
|
|
EminusP:standard_name = "surface_upward_water_flux" ;
|
|
EminusP:long_name = "modeled surface net freshwater flux, (E-P)/rhow" ;
|
|
EminusP:units = "meter second-1" ;
|
|
EminusP:coordinates = "lat_rho lon_rho" ;
|
|
EminusP:_FillValue = 1.e+37f ;
|
|
EminusP:missing_value = 1.e+37f ;
|
|
EminusP:negative_value = "upward flux, freshening (net precipitation)" ;
|
|
EminusP:positive_value = "downward flux, salting (net evaporation)" ;
|
|
EminusP:time = "ocean_time" ;
|
|
EminusP:cell_methods = "ocean_time: point" ;
|
|
EminusP:grid = "grid" ;
|
|
EminusP:location = "face" ;
|
|
EminusP:field = "E-P" ;
|
|
double FSobc_in(sfc, boundary) ;
|
|
FSobc_in:long_name = "free-surface inflow, nudging inverse time scale" ;
|
|
FSobc_in:units = "second-1" ;
|
|
double FSobc_out(sfc, boundary) ;
|
|
FSobc_out:long_name = "free-surface outflow, nudging inverse time scale" ;
|
|
FSobc_out:units = "second-1" ;
|
|
int LnudgeTCLM(sfc, tracer) ;
|
|
LnudgeTCLM:long_name = "tracer climatology nudging activation switch" ;
|
|
LnudgeTCLM:flag_values = 0, 1 ;
|
|
LnudgeTCLM:flag_meanings = ".FALSE. .TRUE." ;
|
|
int LtracerCLM(sfc, tracer) ;
|
|
LtracerCLM:long_name = "tracer climatology processing switch" ;
|
|
LtracerCLM:flag_values = 0, 1 ;
|
|
LtracerCLM:flag_meanings = ".FALSE. .TRUE." ;
|
|
int LtracerSponge(sfc, tracer) ;
|
|
LtracerSponge:long_name = "horizontal diffusivity sponge activation switch" ;
|
|
LtracerSponge:flag_values = 0, 1 ;
|
|
LtracerSponge:flag_meanings = ".FALSE. .TRUE." ;
|
|
int LtracerSrc(sfc, tracer) ;
|
|
LtracerSrc:long_name = "tracer point sources and sink activation switch" ;
|
|
LtracerSrc:flag_values = 0, 1 ;
|
|
LtracerSrc:flag_meanings = ".FALSE. .TRUE." ;
|
|
double M2obc_in(sfc, boundary) ;
|
|
M2obc_in:long_name = "2D momentum inflow, nudging inverse time scale" ;
|
|
M2obc_in:units = "second-1" ;
|
|
double M2obc_out(sfc, boundary) ;
|
|
M2obc_out:long_name = "2D momentum outflow, nudging inverse time scale" ;
|
|
M2obc_out:units = "second-1" ;
|
|
double M3obc_in(sfc, boundary) ;
|
|
M3obc_in:long_name = "3D momentum inflow, nudging inverse time scale" ;
|
|
M3obc_in:units = "second-1" ;
|
|
double M3obc_out(sfc, boundary) ;
|
|
M3obc_out:long_name = "3D momentum outflow, nudging inverse time scale" ;
|
|
M3obc_out:units = "second-1" ;
|
|
double Tnudg(sfc, tracer) ;
|
|
Tnudg:long_name = "Tracers nudging/relaxation inverse time scale" ;
|
|
Tnudg:units = "day-1" ;
|
|
double Tobc_in(sfc, boundary, tracer) ;
|
|
Tobc_in:long_name = "tracers inflow, nudging inverse time scale" ;
|
|
Tobc_in:units = "second-1" ;
|
|
double Tobc_out(sfc, boundary, tracer) ;
|
|
Tobc_out:long_name = "tracers outflow, nudging inverse time scale" ;
|
|
Tobc_out:units = "second-1" ;
|
|
double ZoBot(sfc, eta_rho, xi_rho) ;
|
|
ZoBot:standard_name = "sea_bottom_roughness_length_scale" ;
|
|
ZoBot:long_name = "time invariant, bottom roughness length" ;
|
|
ZoBot:units = "meter" ;
|
|
ZoBot:coordinates = "lat_rho lon_rho" ;
|
|
ZoBot:grid = "grid" ;
|
|
ZoBot:location = "face" ;
|
|
ZoBot:field = "bottom roughness length" ;
|
|
double angle(sfc, eta_rho, xi_rho) ;
|
|
angle:standard_name = "grid_angle_of_rotation_from_east_to_y" ;
|
|
angle:long_name = "angle between XI-axis and EAST" ;
|
|
angle:units = "radians" ;
|
|
angle:coordinates = "lat_rho lon_rho" ;
|
|
angle:grid = "grid" ;
|
|
angle:location = "face" ;
|
|
angle:field = "angle" ;
|
|
double f(sfc, eta_rho, xi_rho) ;
|
|
f:standard_name = "coriolis_parameter" ;
|
|
f:long_name = "Coriolis parameter" ;
|
|
f:units = "second-1" ;
|
|
f:coordinates = "lat_rho lon_rho" ;
|
|
f:grid = "grid" ;
|
|
f:location = "face" ;
|
|
f:field = "coriolis" ;
|
|
double h(sfc, eta_rho, xi_rho) ;
|
|
h:standard_name = "sea_floor_depth" ;
|
|
h:long_name = "time-independent bathymetry" ;
|
|
h:units = "meter" ;
|
|
h:coordinates = "lat_rho lon_rho" ;
|
|
h:grid = "grid" ;
|
|
h:location = "face" ;
|
|
h:field = "bathymetry" ;
|
|
double mask_psi(sfc, eta_psi, xi_psi) ;
|
|
mask_psi:standard_name = "land_sea_mask_at_cell_corners" ;
|
|
mask_psi:long_name = "mask on PSI-points" ;
|
|
mask_psi:coordinates = "lat_psi lon_psi" ;
|
|
mask_psi:flag_values = 0., 1. ;
|
|
mask_psi:flag_meanings = "land water" ;
|
|
mask_psi:grid = "grid" ;
|
|
mask_psi:location = "node" ;
|
|
double mask_rho(sfc, eta_rho, xi_rho) ;
|
|
mask_rho:standard_name = "land_sea_mask_at_cell_center" ;
|
|
mask_rho:long_name = "mask on RHO-points" ;
|
|
mask_rho:coordinates = "lat_rho lon_rho" ;
|
|
mask_rho:flag_values = 0., 1. ;
|
|
mask_rho:flag_meanings = "land water" ;
|
|
mask_rho:grid = "grid" ;
|
|
mask_rho:location = "face" ;
|
|
double mask_u(sfc, eta_u, xi_u) ;
|
|
mask_u:standard_name = "land_sea_mask_at_cell_y_edges" ;
|
|
mask_u:long_name = "mask on U-points" ;
|
|
mask_u:coordinates = "lat_u lon_u" ;
|
|
mask_u:flag_values = 0., 1. ;
|
|
mask_u:flag_meanings = "land water" ;
|
|
mask_u:grid = "grid" ;
|
|
mask_u:location = "edge1" ;
|
|
double mask_v(sfc, eta_v, xi_v) ;
|
|
mask_v:standard_name = "land_sea_mask_at_cell_x_edges" ;
|
|
mask_v:long_name = "mask on V-points" ;
|
|
mask_v:coordinates = "lat_v lon_v" ;
|
|
mask_v:flag_values = 0., 1. ;
|
|
mask_v:flag_meanings = "land water" ;
|
|
mask_v:grid = "grid" ;
|
|
mask_v:location = "edge2" ;
|
|
double nl_tnu2(sfc, tracer) ;
|
|
nl_tnu2:long_name = "nonlinear model Laplacian mixing coefficient for tracers" ;
|
|
nl_tnu2:units = "meter2 second-1" ;
|
|
double pm(sfc, eta_rho, xi_rho) ;
|
|
pm:standard_name = "inverse_grid_x_spacing" ;
|
|
pm:long_name = "curvilinear coordinate metric in XI" ;
|
|
pm:units = "meter-1" ;
|
|
pm:coordinates = "lat_rho lon_rho" ;
|
|
pm:grid = "grid" ;
|
|
pm:location = "face" ;
|
|
pm:field = "pm" ;
|
|
double pn(sfc, eta_rho, xi_rho) ;
|
|
pn:standard_name = "inverse_grid_y_spacing" ;
|
|
pn:long_name = "curvilinear coordinate metric in ETA" ;
|
|
pn:units = "meter-1" ;
|
|
pn:coordinates = "lat_rho lon_rho" ;
|
|
pn:grid = "grid" ;
|
|
pn:location = "face" ;
|
|
pn:field = "pn" ;
|
|
float rho(ocean_time, s_rho, eta_rho, xi_rho) ;
|
|
rho:standard_name = "sea_water_density_anomaly" ;
|
|
rho:long_name = "density anomaly" ;
|
|
rho:units = "kilogram meter-3" ;
|
|
rho:coordinates = "lat_rho lon_rho" ;
|
|
rho:_FillValue = 1.e+37f ;
|
|
rho:missing_value = 1.e+37f ;
|
|
rho:time = "ocean_time" ;
|
|
rho:cell_methods = "ocean_time: point" ;
|
|
rho:grid = "grid" ;
|
|
rho:location = "face" ;
|
|
rho:field = "density" ;
|
|
float salt(ocean_time, s_rho, eta_rho, xi_rho) ;
|
|
salt:standard_name = "sea_water_practical_salinity" ;
|
|
salt:long_name = "salinity" ;
|
|
salt:coordinates = "lat_rho lon_rho" ;
|
|
salt:_FillValue = 1.e+37f ;
|
|
salt:missing_value = 1.e+37f ;
|
|
salt:time = "ocean_time" ;
|
|
salt:cell_methods = "ocean_time: point" ;
|
|
salt:grid = "grid" ;
|
|
salt:location = "face" ;
|
|
salt:field = "salinity" ;
|
|
float temp(ocean_time, s_rho, eta_rho, xi_rho) ;
|
|
temp:standard_name = "sea_water_potential_temperature" ;
|
|
temp:long_name = "potential temperature" ;
|
|
temp:units = "Celsius" ;
|
|
temp:coordinates = "lat_rho lon_rho" ;
|
|
temp:_FillValue = 1.e+37f ;
|
|
temp:missing_value = 1.e+37f ;
|
|
temp:time = "ocean_time" ;
|
|
temp:cell_methods = "ocean_time: point" ;
|
|
temp:grid = "grid" ;
|
|
temp:location = "face" ;
|
|
temp:field = "temperature" ;
|
|
float u(ocean_time, s_rho, eta_u, xi_u) ;
|
|
u:standard_name = "sea_water_x_velocity" ;
|
|
u:long_name = "u-momentum component" ;
|
|
u:units = "meter second-1" ;
|
|
u:coordinates = "lat_u lon_u" ;
|
|
u:_FillValue = 1.e+37f ;
|
|
u:missing_value = 1.e+37f ;
|
|
u:time = "ocean_time" ;
|
|
u:cell_methods = "ocean_time: point" ;
|
|
u:grid = "grid" ;
|
|
u:location = "edge1" ;
|
|
u:field = "u-velocity" ;
|
|
float ubar(ocean_time, sfc, eta_u, xi_u) ;
|
|
ubar:standard_name = "barotropic_sea_water_x_velocity" ;
|
|
ubar:long_name = "vertically integrated u-momentum component" ;
|
|
ubar:units = "meter second-1" ;
|
|
ubar:coordinates = "lat_u lon_u" ;
|
|
ubar:_FillValue = 1.e+37f ;
|
|
ubar:missing_value = 1.e+37f ;
|
|
ubar:time = "ocean_time" ;
|
|
ubar:cell_methods = "ocean_time: point" ;
|
|
ubar:grid = "grid" ;
|
|
ubar:location = "edge1" ;
|
|
ubar:field = "u-barotropic" ;
|
|
float v(ocean_time, s_rho, eta_v, xi_v) ;
|
|
v:standard_name = "sea_water_y_velocity" ;
|
|
v:long_name = "v-momentum component" ;
|
|
v:units = "meter second-1" ;
|
|
v:coordinates = "lat_v lon_v" ;
|
|
v:_FillValue = 1.e+37f ;
|
|
v:missing_value = 1.e+37f ;
|
|
v:time = "ocean_time" ;
|
|
v:cell_methods = "ocean_time: point" ;
|
|
v:grid = "grid" ;
|
|
v:location = "edge2" ;
|
|
v:field = "v-velocity" ;
|
|
float vbar(ocean_time, sfc, eta_v, xi_v) ;
|
|
vbar:standard_name = "barotropic_sea_water_y_velocity" ;
|
|
vbar:long_name = "vertically integrated v-momentum component" ;
|
|
vbar:units = "meter second-1" ;
|
|
vbar:coordinates = "lat_v lon_v" ;
|
|
vbar:_FillValue = 1.e+37f ;
|
|
vbar:missing_value = 1.e+37f ;
|
|
vbar:time = "ocean_time" ;
|
|
vbar:cell_methods = "ocean_time: point" ;
|
|
vbar:grid = "grid" ;
|
|
vbar:location = "edge2" ;
|
|
vbar:field = "v-barotropic" ;
|
|
float w(ocean_time, s_w, eta_rho, xi_rho) ;
|
|
w:standard_name = "upward_sea_water_velocity" ;
|
|
w:long_name = "vertical momentum component" ;
|
|
w:units = "meter second-1" ;
|
|
w:coordinates = "lat_rho lon_rho" ;
|
|
w:_FillValue = 1.e+37f ;
|
|
w:missing_value = 1.e+37f ;
|
|
w:time = "ocean_time" ;
|
|
w:cell_methods = "ocean_time: point" ;
|
|
w:grid = "grid" ;
|
|
w:location = "face" ;
|
|
w:field = "w-velocity" ;
|
|
float wetdry_mask_psi(ocean_time, sfc, eta_psi, xi_psi) ;
|
|
wetdry_mask_psi:standard_name = "wet_dry_mask_at_cell_corners" ;
|
|
wetdry_mask_psi:long_name = "wet/dry mask on PSI-points" ;
|
|
wetdry_mask_psi:coordinates = "lat_psi lon_psi" ;
|
|
wetdry_mask_psi:flag_values = 0.f, 1.f ;
|
|
wetdry_mask_psi:flag_meanings = "land water" ;
|
|
wetdry_mask_psi:time = "ocean_time" ;
|
|
wetdry_mask_psi:cell_methods = "ocean_time: point" ;
|
|
wetdry_mask_psi:grid = "grid" ;
|
|
wetdry_mask_psi:location = "node" ;
|
|
wetdry_mask_psi:field = "wet-dry psi-mask" ;
|
|
float wetdry_mask_rho(ocean_time, sfc, eta_rho, xi_rho) ;
|
|
wetdry_mask_rho:standard_name = "wet_dry_mask_at_cell_center" ;
|
|
wetdry_mask_rho:long_name = "wet/dry mask on RHO-points" ;
|
|
wetdry_mask_rho:coordinates = "lat_rho lon_rho" ;
|
|
wetdry_mask_rho:flag_values = 0.f, 1.f ;
|
|
wetdry_mask_rho:flag_meanings = "land water" ;
|
|
wetdry_mask_rho:time = "ocean_time" ;
|
|
wetdry_mask_rho:cell_methods = "ocean_time: point" ;
|
|
wetdry_mask_rho:grid = "grid" ;
|
|
wetdry_mask_rho:location = "face" ;
|
|
wetdry_mask_rho:field = "wet-dry rho-mask" ;
|
|
float wetdry_mask_u(ocean_time, sfc, eta_u, xi_u) ;
|
|
wetdry_mask_u:standard_name = "wet_dry_mask_at_cell_y_edges" ;
|
|
wetdry_mask_u:long_name = "wet/dry mask on U-points" ;
|
|
wetdry_mask_u:coordinates = "lat_u lon_u" ;
|
|
wetdry_mask_u:flag_values = 0.f, 1.f ;
|
|
wetdry_mask_u:flag_meanings = "land water" ;
|
|
wetdry_mask_u:time = "ocean_time" ;
|
|
wetdry_mask_u:cell_methods = "ocean_time: point" ;
|
|
wetdry_mask_u:grid = "grid" ;
|
|
wetdry_mask_u:location = "edge1" ;
|
|
wetdry_mask_u:field = "wet-dry u-mask" ;
|
|
float wetdry_mask_v(ocean_time, sfc, eta_v, xi_v) ;
|
|
wetdry_mask_v:standard_name = "wet_dry_mask_at_cell_x_edges" ;
|
|
wetdry_mask_v:long_name = "wet/dry mask on V-points" ;
|
|
wetdry_mask_v:coordinates = "lat_v lon_v" ;
|
|
wetdry_mask_v:flag_values = 0.f, 1.f ;
|
|
wetdry_mask_v:flag_meanings = "land water" ;
|
|
wetdry_mask_v:time = "ocean_time" ;
|
|
wetdry_mask_v:cell_methods = "ocean_time: point" ;
|
|
wetdry_mask_v:grid = "grid" ;
|
|
wetdry_mask_v:location = "edge2" ;
|
|
wetdry_mask_v:field = "wet-dry v-mask" ;
|
|
float zeta(ocean_time, sfc, eta_rho, xi_rho) ;
|
|
zeta:standard_name = "sea_surface_height_above_geopotential_datum" ;
|
|
zeta:long_name = "free-surface" ;
|
|
zeta:units = "meter" ;
|
|
zeta:coordinates = "lat_rho lon_rho" ;
|
|
zeta:time = "ocean_time" ;
|
|
zeta:cell_methods = "ocean_time: point" ;
|
|
zeta:grid = "grid" ;
|
|
zeta:location = "face" ;
|
|
zeta:field = "free-surface" ;
|
|
|
|
// global attributes:
|
|
:CDI = "Climate Data Interface version 2.4.0 (https://mpimet.mpg.de/cdi)" ;
|
|
:Conventions = "CF-1.4, SGRID-0.3" ;
|
|
:file = "his_bts_0_2021_new_bat_new_rug_0001.nc" ;
|
|
:format = "netCDF-3 64bit offset file" ;
|
|
:type = "ROMS/TOMS history file" ;
|
|
:title = "BTS nesting 2grids WD+CFSR+Mercator_CC+HY_IC" ;
|
|
:var_info = "varinfo.yaml" ;
|
|
:rst_file = "rst_bts_0_2021_new_bat_new_rug.nc" ;
|
|
:his_base = "his_bts_0_2021_new_bat_new_rug" ;
|
|
:grd_file = "/disco3/coralsol/teixeira/roms_cfsr_mercator/gen_grd0_w_bottom_2024.nc" ;
|
|
:ini_file = "/disco3/coralsol/teixeira/roms_cfsr_mercator/his_bts_0_2020_new_bat_new_rug_0013.nc" ;
|
|
:river_file = "/disco3/coralsol/teixeira/riv/riv0_bts_2008_2022.nc" ;
|
|
:tide_file = "/disco3/coralsol/teixeira/TIDES/frc_TPXO9v5_2021.nc" ;
|
|
:frc_file_01 = "/disco6/coralsol/teixeira/cfsr/bulk_cfsr_2020_0_new.nc, /disco6/coralsol/teixeira/cfsr/bulk_cfsr_2021_0_new.nc" ;
|
|
:bry_file_01 = "/disco3/coralsol/teixeira/BC/BC_bts_mercator_2020.nc, /disco3/coralsol/teixeira/BC/BC_bts_mercator_2021.nc" ;
|
|
:clm_file_01 = "/disco3/coralsol/teixeira/CLIMA/climatology_2020.nc, /disco3/coralsol/teixeira/CLIMA/climatology_2021.nc" ;
|
|
:nud_file = "/disco3/coralsol/teixeira/nudg/nudg_bts.nc" ;
|
|
:script_file = "/disco3/coralsol/teixeira/roms_cfsr_mercator/ocean_bts_01_2021.in" ;
|
|
:NLM_TADV = "\n",
|
|
"ADVECTION: HORIZONTAL VERTICAL \n",
|
|
"temp: Upstream3 Centered4 \n",
|
|
"salt: Upstream3 Centered4" ;
|
|
:NLM_LBC = "\n",
|
|
"EDGE: WEST SOUTH EAST NORTH \n",
|
|
"zeta: Cha Clo Clo Clo \n",
|
|
"ubar: Fla Clo Clo Clo \n",
|
|
"vbar: Fla Clo Clo Clo \n",
|
|
"u: RadNud Clo Clo Clo \n",
|
|
"v: RadNud Clo Clo Clo \n",
|
|
"temp: RadNud Clo Clo Clo \n",
|
|
"salt: RadNud Clo Clo Clo \n",
|
|
"tke: Rad Clo Clo Clo" ;
|
|
:svn_url = "https://www.myroms.org/svn/src/trunk" ;
|
|
:svn_rev = "" ;
|
|
:code_dir = "/home_antiga/teixeira/myroms_new" ;
|
|
:header_dir = "/disco3/coralsol/teixeira/roms_cfsr_mercator" ;
|
|
:header_file = "bts.h" ;
|
|
:os = "Linux" ;
|
|
:cpu = "x86_64" ;
|
|
:compiler_system = "ifort" ;
|
|
:compiler_command = "/opt/intel/oneapi/2024.1/bin/mpiifort" ;
|
|
:compiler_flags = "-fp-model precise -heap-arrays -diag-disable=10448 -ip -O3 -traceback -check uninit" ;
|
|
:tiling = "004x006" ;
|
|
:history = "Wed Jul 24 11:38:52 2024: cdo -merge his_bts_0_2021_new_bat_new_rug_0001.nc his_bts_0_2021_new_bat_new_rug_0002.nc merged.nc\n",
|
|
"Wed Jul 24 10:36:43 2024: ncks -7 --cmp=shf|zst his_bts_0_2021_new_bat_new_rug_0001.nc netcdf4/his_bts_0_2021_new_bat_new_rug_0001.nc\n",
|
|
"Sun Jul 14 20:04:58 2024: cdo -mergetime his_bts_0_2021_new_bat_new_rug_0001.nc his_bts_0_2021_new_bat_new_rug_0002.nc merged_0_2021.nc\n",
|
|
"ROMS/TOMS, Version 4.2, Friday - June 21, 2024 - 1:59:13 AM" ;
|
|
:ana_file = "ROMS/Functionals/ana_btflux.h" ;
|
|
:CPP_options = "BTS, ADD_FSOBC, ADD_M2OBC, ANA_BSFLUX, ANA_BTFLUX, ASSEMBLE_ALLGATHER, ASSUMED_SHAPE, BOUNDARY_ALLREDUCE, BULK_FLUXES, COLLECT_ALLGATHER, COOL_SKIN, CURVGRID, DIFF_GRID, DJ_GRADPS, DOUBLE_PRECISION, EMINUSP, GLS_MIXING, LIMIT_BSTRESS, KANTHA_CLAYSON, LONGWAVE_OUT, MASKING, MIX_GEO_TS, MIX_S_UV, MPI, NESTING, NONLINEAR, NONLIN_EOS, NO_LBC_ATT, N2S2_HORAVG, !ONE_WAY, POWER_LAW, PROFILE, K_GSCHEME, RADIATION_2D, REDUCE_ALLGATHER, !RST_SINGLE, SALINITY, STEP2D_LF_AM3, SOLAR_SOURCE, SOLVE3D, SSH_TIDES, TS_DIF2, UV_ADV, UV_COR, UV_U3HADVECTION, UV_C4VADVECTION, UV_DRAG_GRID, UV_LOGDRAG, UV_TIDES, UV_VIS2, VAR_RHO_2D, VISC_GRID, WET_DRY" ;
|
|
:NCO = "netCDF Operators version 5.2.4 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco, Citation = 10.1016/j.envsoft.2008.03.004)" ;
|
|
:CDO = "Climate Data Operators version 2.4.0 (https://mpimet.mpg.de/cdo)" ;
|
|
}
|