New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
README in NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/tests/ISOMIP/EXPREF – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/tests/ISOMIP/EXPREF/README @ 11376

Last change on this file since 11376 was 7715, checked in by flavoni, 7 years ago

#1850 commit new list of REFERENCE CONFIGURATIONS, and SETTE tests

File size: 1.7 KB
Line 
1# ISOMIP is a simple TEST_CASE to test the iceshelves in NEMO.
2# no input files are needed (all is prescribed in MY_SRC/usr_def routines
3# 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
4
5# default namelist is setup for a 30y run on 32 processors with the minimum output using XIOS in attached mode with single file output
6
7# How to build moc.nc and psi.nc
8   - Download or clone the CDFTOOLS (see https://github.com/meom-group/CDFTOOLS)
9   - Compile all the tools (or at least cdfpsi and cdfmoc) on your cluster (see https://github.com/meom-group/CDFTOOLS#using-cdftools)
10   - 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).
11   - 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
12   - run the cdftools :
13        - cdfmoc ISOMIP_1m_00010101_00301231_grid_V.nc                                       => moc.nc
14        - cdfpsi ISOMIP_1m_00010101_00301231_grid_U.nc ISOMIP_1m_00010101_00301231_grid_V.nc => psi.nc
15
16# How to plt moc/psi and melt (python with netcdf and matplotlib library requiried):
17   - psi.png => python2.7 plot_psi.py -f psi.nc -v sobarstf
18   - moc.png => python2.7 plot_moc.py -f moc.nc -v zomsfglo
19   - mlt.png => python2.7 plot_mlt.py -f ISOMIP_1m_00010101_00301231_grid_T.nc -v sowflisf
20by default the last time frame is plotted.
21
22# location the expected circulation and melt plot after 30y of run:
23   - ISOMIP/EXP00/ISOMIP_psi.png
24   - ISOMIP/EXP00/ISOMIP_moc.png
25   - ISOMIP/EXP00/ISOMIP_mlt.png
Note: See TracBrowser for help on using the repository browser.