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.
create_meshmask.nam in branches/2016/dev_merge_2016/NEMOGCM/TOOLS/SIREN/templates – NEMO

source: branches/2016/dev_merge_2016/NEMOGCM/TOOLS/SIREN/templates/create_meshmask.nam @ 7421

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

#1811 merge dev_CNRS_MERATOR_2016 with dev_merge_2016 branch

File size: 1.6 KB
Line 
1&namlog
2   cn_logfile  ="meshmask_out.log"
3   cn_verbosity=
4   in_maxerror =
5/
6
7&namcfg
8   cn_varcfg="./cfg/variable.cfg"
9   cn_dumcfg="./cfg/dummy.cfg"
10/
11
12&namin
13   cn_bathy =   !< Bathymetry file
14   cn_coord =   !< Coordinate file (in_mshhgr=0)
15   cn_isfdep=   !< Iceshelf draft  (ln_isfcav=true)
16   in_perio =   !< NEMO periodicity
17   ln_closea=
18   ln_c1d=
19/
20
21&namhgr
22   in_mshhgr  =
23   dn_ppglam0 =
24   dn_ppgphi0 =
25   dn_ppe1_deg=
26   dn_ppe2_deg=
27   dn_ppe1_m  =
28   dn_ppe2_m  =
29/
30
31&namzgr
32   ln_zco     =
33   ln_zps     =
34   ln_sco     =
35   ln_isfcav  =  !< presence of ISF
36   ln_iscpl   =  !< coupling with ice sheet
37   ln_wd      =  !< Wetting/drying activation
38   in_nlevel  =
39/
40
41&namdmin
42   dn_hmin    =
43   dn_isfhmin =
44/
45
46&namzco
47   dn_ppsur   =
48   dn_ppa0    =
49   dn_ppa1    =
50   dn_ppkth   =
51   dn_ppacr   =
52   dn_ppdzmin =
53   dn_pphmax  =
54   ln_dbletanh=
55   dn_ppa2    =
56   dn_ppkth2  =
57   dn_ppacr2  =
58/
59
60&namzps
61   dn_e3zps_min
62   dn_e3zps_rat
63   in_msh
64/
65
66&namsco
67   ln_s_sh94  =
68   ln_s_sf12  =
69   dn_sbot_min=
70   dn_sbot_max=
71   dn_hc      =
72   dn_rmax    =   !< if ln_s_sh94
73   dn_theta   =   !< if ln_s_sh94
74   dn_thetb   =   !< if ln_s_sh94
75   dn_bb      =   !< if ln_s_sh94
76   ln_sigcrit =   !< if ln_s_sf12
77   dn_alpha   =   !< if ln_s_sf12
78   dn_efold   =   !< if ln_s_sf12
79   dn_zs      =   !< if ln_s_sf12
80   dn_zb_a    =   !< if ln_s_sf12
81   dn_zb_b    =   !< if ln_s_sf12
82/
83
84&namwd            !< wetting and drying
85  dn_wdmin1 =
86  dn_wdmin2 =
87  dn_wdld   =
88/
89
90&namgrd
91   in_cfg   =
92   ln_bench =
93   ln_c1d   =
94/
95
96&namout
97   in_msh    =   !< number of output file (1,2,3)
98   in_nproc  =   !< number of processor to be used
99   in_niproc =   
100   in_njproc =
101/
Note: See TracBrowser for help on using the repository browser.