Changeset 7416
- Timestamp:
- 2016-12-01T12:38:20+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2016/dev_CNRS_2016/NEMOGCM/TOOLS/DOMAINcfg/README
r7108 r7416 1 ================================ 2 = HOW TO COMPILE 3 ================================ 1 4 The DOMAINcfg tool can be compiled using the maketools script in the NEMOGCM/TOOLS directory as follows: 2 5 ::::::::::::::::::::::::::::::::: … … 7 10 DOMAINcfg compiled will create "make_domain_cfg.exe" executable script (the main routine of this tool is make_domain_cfg.f90) 8 11 9 TO RUN DOMAINCFg TOOL: 10 copy in src directory all FORCING files of NEMO_v3_6_stable of configuration 12 ================================ 13 = HOW TO RUN 14 ================================ 15 just run : 16 ::::::::::::::::::::::::::::::::::::::::::::::::: 17 ./make_domain_cfg.exe 18 ::::::::::::::::::::::::::::::::::::::::::::::::: 19 NOTA: it can be run in multiproc mode, but in output there will be domain_cfg_00xx.nc files 20 21 ================================ 22 = HOW TO USE 23 ================================ 24 ::: VERY IMPORTANT PRE-REQUIRED ::: 25 0) pre-required: this tool needs xios1 26 27 (download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 28 DOMAINcfg tool is working with revision 703 of xios) 29 30 1) copy in DOMAINcfg directory namelist_cfg all settings (that you had in 3.6_stable) of the configuration for which you want prepare domain_cfg.nc file 31 IMPORTANT : keep the namelist_ref committed inchanged. 32 33 NEW OPTION ln_e3_dep in the namelist_ref: 34 till nemo_v3.6_stable e3 were done like an analytical derivative of depth function 35 now e3=dk[depth] in discret sens 36 37 If you want to create same e3[tuvw] like 3.6 you've to use "ln_e3_dep=.false." 38 39 ln_e3_dep = .true. ! =T : e3=dk[depth] in discret sens. 40 ! ! ===>>> will become the only possibility in v4.0 41 ! ! =F : e3 analytical derivative of depth function 42 ! ! only there for backward compatibility test with v3.6 43 ! 44 45 2) copy in DOMAINcfg directory same input files (of related configuration) required in v3.6_stable. 46 47 DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization). 48 DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration, 49 these files are : 50 51 domain size 52 domain characteristics (periodic) 53 horizontal mesh 54 Coriolis parameter 55 depth and vertical scale factors 56 11 57 FOR EXAMPLE 12 58 - for AMM12 : … … 26 72 field_def.xml 27 73 iodef.xml 28 and just run :29 :::::::::::::::::::::::::::::::::::::::::::::::::30 ./make_domain_cfg.exe31 :::::::::::::::::::::::::::::::::::::::::::::::::32 33 DOMAINcfg package is EXACTLY what does exist in NEMO version 3.6 to define a model domain (both domain related namelist and initialization):34 DOMAINcfg tool creates a netcdf file "domain_cfg.nc" containing all the ocean domain informations required to define an ocean configuration,35 these files are :36 37 domain size38 domain characteristics (periodic)39 horizontal mesh40 Coriolis parameter41 depth and vertical scale factors42 43 VERY IMPORTANT::44 1. pre-required: this tool needs xios145 46 (download http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.047 DOMAINcfg tool is working with revision 703 of xios)48 49 2. namelist_ref and namelist_cfg needed (here committed namelists of ORCA2_LIM)50 51 3. same input files (of related configuration) required in v3.6 are required here.
Note: See TracChangeset
for help on using the changeset viewer.