Commit ee37fde1 authored by Dr Jeff Polton's avatar Dr Jeff Polton
Browse files

Updated namelists for initial conditions from CMEMS

parent 11949b5d
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
nemo_lat: name of latitude variable in the coordinates.nc nemo_lat: name of latitude variable in the coordinates.nc
/ /
&grid_inputs &grid_inputs
input_file = 'vosaline_COPERNICUS-INDIAN_2016.nc' input_file = 'CMEMS_01042019_T.nc'
nemo_file = 'coordinates.nc' nemo_file = 'domain_cfg.nc'
datagrid_file = 'remap_data_grid_R12.nc' datagrid_file = 'remap_data_grid_R12.nc'
nemogrid_file = 'remap_nemo_grid_R12.nc' nemogrid_file = 'remap_nemo_grid_R12.nc'
method = 'regular' method = 'regular'
...@@ -61,14 +61,14 @@ ...@@ -61,14 +61,14 @@
luse_grid2_area = .false. luse_grid2_area = .false.
/ /
&interp_inputs &interp_inputs
input_file = "vosaline_COPERNICUS-INDIAN_2016.nc" input_file = "CMEMS_01042019_T.nc"
interp_file = "data_nemo_bilin_R12.nc" interp_file = "data_nemo_bilin_R12.nc"
input_name = "vosaline" input_name = "so"
input_start = 1,1,1,1 input_start = 1,1,1,1
input_stride = 1,1,1,1 input_stride = 1,1,1,1
input_stop = 0,0,0,0 input_stop = 0,0,0,0
input_vars = "gdept","time_counter" input_vars = "depth","time"
/ /
&interp_outputs &interp_outputs
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
nemo_lat: name of latitude variable in the coordinates.nc nemo_lat: name of latitude variable in the coordinates.nc
/ /
&grid_inputs &grid_inputs
input_file = 'votemper_COPERNICUS-INDIAN_2016.nc' input_file = 'CMEMS_01042019_T.nc'
nemo_file = 'coordinates.nc' nemo_file = 'domain_cfg.nc'
datagrid_file = 'remap_data_grid_R12.nc' datagrid_file = 'remap_data_grid_R12.nc'
nemogrid_file = 'remap_nemo_grid_R12.nc' nemogrid_file = 'remap_nemo_grid_R12.nc'
method = 'regular' method = 'regular'
...@@ -61,14 +61,14 @@ ...@@ -61,14 +61,14 @@
luse_grid2_area = .false. luse_grid2_area = .false.
/ /
&interp_inputs &interp_inputs
input_file = "votemper_COPERNICUS-INDIAN_2016.nc" input_file = "CMEMS_01042019_T.nc"
interp_file = "data_nemo_bilin_R12.nc" interp_file = "data_nemo_bilin_R12.nc"
input_name = "votemper" input_name = "thetao"
input_start = 1,1,1,1 input_start = 1,1,1,1
input_stride = 1,1,1,1 input_stride = 1,1,1,1
input_stop = 0,0,0,0 input_stop = 0,0,0,0
input_vars = "gdept","time_counter" input_vars = "depth","time"
/ /
&interp_outputs &interp_outputs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment