source:
NEMO/branches/2020/dev_r12558_HPC-08_epico_Extra_Halo/tests/ISOMIP/EXPREF
@
13138
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
iodef.xml | 1.1 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
ISOMIP_mlt.png | 216.6 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
ISOMIP_moc.png | 495.7 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
ISOMIP_psi.png | 456.6 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
plot_mlt.py | 1.4 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
plot_moc.py | 1.7 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
plot_psi.py | 1.5 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
README | 1.7 KB | 7715 | 4 years | ![]() |
#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests |
domain_def_nemo.xml | 45 bytes | 9684 | 3 years | ![]() |
trunk: fix symbolic links |
field_def_nemo-oce.xml | 48 bytes | 9684 | 3 years | ![]() |
trunk: fix symbolic links |
namelist_ref | 38 bytes | 9684 | 3 years | ![]() |
trunk: fix symbolic links |
grid_def_nemo.xml | 43 bytes | 9930 | 3 years | ![]() |
trunk: reactivate predefined zoom with xios2, see #2115 |
axis_def_nemo.xml | 43 bytes | 12276 | 13 months | ![]() |
trunk : merge in some cmip6 diagnostics into the trunk before copying it … |
context_nemo.xml | 1.5 KB | 12276 | 13 months | ![]() |
trunk : merge in some cmip6 diagnostics into the trunk before copying it … |
file_def_nemo-oce.xml | 3.4 KB | 12377 | 11 months | ![]() |
The big one. Merging all 2019 developments from the option 1 branch back … |
namelist_cfg | 30.5 KB | 12489 | 11 months | ![]() |
Preparation for new timestepping scheme #2390. Main changes: 1. Initial … |
README ¶
# ISOMIP is a simple TEST_CASE to test the iceshelves in NEMO. # no input files are needed (all is prescribed in MY_SRC/usr_def routines # for a reference documentation on the ISOMIP test case, see experiement 1 on http://efdl.cims.nyu.edu/project_oisi/isomip/experiments/phase_I/idealized_numerical_models_5.pdf # default namelist is setup for a 30y run on 32 processors with the minimum output using XIOS in attached mode with single file output # How to build moc.nc and psi.nc - Download or clone the CDFTOOLS (see https://github.com/meom-group/CDFTOOLS) - Compile all the tools (or at least cdfpsi and cdfmoc) on your cluster (see https://github.com/meom-group/CDFTOOLS#using-cdftools) - if mesh_mask.nc is splitted, you need to rebuild them using the rebuild NEMO tools (see in NEMOGCM/TOOLS) or run 1 (or more) time step on a single processor (nn_itend variable in the namelist). - set the correct link: ln -s mesh_mask.nc mask.nc ; ln -s mesh_mask.nc mesh_hgr.nc ; ln -s mesh_mask.nc mesh_zgr.nc - run the cdftools : - cdfmoc ISOMIP_1m_00010101_00301231_grid_V.nc => moc.nc - cdfpsi ISOMIP_1m_00010101_00301231_grid_U.nc ISOMIP_1m_00010101_00301231_grid_V.nc => psi.nc # How to plt moc/psi and melt (python with netcdf and matplotlib library requiried): - psi.png => python2.7 plot_psi.py -f psi.nc -v sobarstf - moc.png => python2.7 plot_moc.py -f moc.nc -v zomsfglo - mlt.png => python2.7 plot_mlt.py -f ISOMIP_1m_00010101_00301231_grid_T.nc -v sowflisf by default the last time frame is plotted. # location the expected circulation and melt plot after 30y of run: - ISOMIP/EXP00/ISOMIP_psi.png - ISOMIP/EXP00/ISOMIP_moc.png - ISOMIP/EXP00/ISOMIP_mlt.png
Note: See TracBrowser
for help on using the repository browser.