Changeset 9635 for NEMO/trunk/README-setup-configs
- Timestamp:
- 2018-05-25T15:07:11+02:00 (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/README-setup-configs
r9633 r9635 6 6 In NEMO 4.0 two types of configurations can be build: global/regional and idealized. 7 7 8 - create NEMOGCM/CONFIG/your_config8 - create ./cfgs/your_config 9 9 - case 1: regional or global 10 => ln_read_cfg = .true. in NEMOGCM/CONFIG/your_config/EXP00/namelist_cfg (i.e. read domain_cfg.nc)10 => ln_read_cfg = .true. in ./cfgs/your_config/EXP00/namelist_cfg (i.e. read domain_cfg.nc) 11 11 - case 2: idealized 12 =>in NEMOGCM/CONFIG/your_config/EXP00/namelist_cfg :12 =>in ./cfgs/your_config/EXP00/namelist_cfg : 13 13 ln_read_cfg = .false. (need to define usrdef_hgr.F90 and usrdef_zgr.F90) 14 14 ln_usr = .true. (need to define usrdef_sbc.F90) 15 => copy NEMOGCM/NEMO/OCE_SRC/USR in NEMOGC/CONFIG/your_config/MY_SRC routines nedeed to set up domain, forcing fields and initial state15 => copy ./src/OCE/USR in ./cfgs/your_config/MY_SRC routines nedeed to set up domain, forcing fields and initial state 16 16 17 Routines in NEMOGCM/NEMO/OCE _SRC/USR define analytically the domain, the initial state and the surface boundary conditions for the reference configuration GYRE.17 Routines in NEMOGCM/NEMO/OCE/USR define analytically the domain, the initial state and the surface boundary conditions for the reference configuration GYRE. 18 18 • usrdef_hgr.F90 and usrdef_zgr.F90 : define horizontal and vertical grid 19 19 • usrdef_sbc.F90 : provides at each time-step the surface boundary condition, i.e. the momentum, heat and freshwater fluxes … … 23 23 • usrdef_nam.F90 : set the domain characteristics of a user configuration 24 24 25 Other analytical examples are given in NEMOGCM/CONFIG/TEST_CASES.25 Other analytical examples are given in ./tests. 26 26 27 27 =========================================== … … 51 51 - users can create with his own tool the domain_cfg.nc with all mandatory fields. 52 52 53 - tool is available in NEMOGCM/TOOLS/DOMAINcfg based on NEMO 3.6 version. See NEMOGCM/TOOLS/DOMAINcfg/README.53 - tool is available in ./tools/DOMAINcfg based on NEMO 3.6 version. See ./tools/DOMAINcfg/README.
Note: See TracChangeset
for help on using the changeset viewer.