forked from NOC-MSM/SEAsia
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
6,409 additions
and
382 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
&input_output | ||
iom_activated = true | ||
/ | ||
&coarse_grid_files | ||
parent_coordinate_file = 'coordinates_AMM15.nc' | ||
/ | ||
&bathymetry | ||
/ | ||
&nesting | ||
imin = 694 | ||
imax = 807 | ||
jmin = 400 | ||
jmax = 490 | ||
rho = 3 | ||
rhot = 3 | ||
bathy_update = false | ||
/ | ||
&vertical_grid | ||
/ | ||
&partial_cells | ||
partial_steps = .true. | ||
/ | ||
&nemo_coarse_grid | ||
/ | ||
&forcing_files | ||
/ | ||
&interp | ||
/ | ||
&restart | ||
/ | ||
&restart_trc | ||
/ | ||
&restart_ice | ||
/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<netcdf title="aggregation example" xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"> | ||
<variable name="vozocrtx" orgName="uo" /> | ||
<variable name="vomecrty" orgName="vo" /> | ||
<variable name="votemper" orgName="thetao" /> | ||
<variable name="vosaline" orgName="so" /> | ||
<variable name="sossheig" orgName="zos" /> | ||
<variable name="time_counter" orgName="time"> | ||
<attribute type="string" name="units" value= "hours since 1950-01-01 00:00:00" /> | ||
</variable> | ||
<aggregation type="union" > | ||
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"> | ||
<aggregation type="joinExisting" dimName="time" > | ||
<scan location="/projectsa/accord/SANH_jenjar/CMEMS_SANH/CMEMS_data/2005/" regExp=".*download.nc$" /> | ||
</aggregation> | ||
</netcdf> | ||
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"> | ||
<aggregation type="joinExisting" dimName="time" > | ||
<scan location="/projectsa/accord/SANH_jenjar/CMEMS_SANH/UV_components/2005/" regExp=".*download_UV.nc$" /> | ||
</aggregation> | ||
</netcdf> | ||
</aggregation> | ||
</netcdf> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This directory contains the namelist files to generate the harmonic and time varying open boundary conditions. See wiki note: | ||
This directory contains the namelist files to generate the harmonic and time varying open boundary conditions. See wiki notes: | ||
https://github.com/NOC-MSM/SEAsia/wiki/generate_NEMO_obc | ||
https://github.com/JMMP-Group/SEVERN-SWOT/wiki/3.-Make-tidal-boundary-conditions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<ns0:netcdf xmlns:ns0="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" title="NEMO aggregation"> | ||
<ns0:aggregation type="union"> | ||
<ns0:netcdf location="file:domain_cfg.nc"> | ||
<ns0:netcdf location="file:../DOMAIN/domain_cfg.nc"> | ||
<ns0:variable name="mbathy" orgName="bottom_level" /> | ||
<ns0:variable name="e3u" orgName="e3u_0" /> | ||
<ns0:variable name="e3v" orgName="e3v_0" /> | ||
<ns0:variable name="e3t" orgName="e3t_0" /> | ||
<ns0:variable name="e3w" orgName="e3w_0" /> | ||
</ns0:netcdf> | ||
</ns0:aggregation> | ||
</ns0:netcdf> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<ns0:netcdf xmlns:ns0="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" title="NEMO aggregation"> | ||
<ns0:aggregation type="union"> | ||
<ns0:netcdf location="file:./CMEMS_subdomain_coordinates.nc"> | ||
<ns0:variable name="gdept_0" orgName="depth" /> | ||
|
||
</ns0:netcdf> | ||
</ns0:aggregation> | ||
</ns0:netcdf> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.