|
@@ -1,4 +1,5 @@
|
|
-# This configuration namelist will overwrite SHARED/namelist_ref
|
|
|
|
|
|
+# namelist.nemo-ORCA1L75.cfg.sh writes the NEMO namelist for ORCA1L75 in
|
|
|
|
+# This namelist will overwrite the reference namelist (namelist.nemo.ref.sh).
|
|
#
|
|
#
|
|
if $leg_is_restart
|
|
if $leg_is_restart
|
|
then
|
|
then
|
|
@@ -30,6 +31,10 @@ cat << EOF
|
|
cn_ocerst_out = "restart_oce" ! suffix of ocean restart name (output)
|
|
cn_ocerst_out = "restart_oce" ! suffix of ocean restart name (output)
|
|
nn_stock = 0 ! frequency of creation of a restart file (modulo referenced to 1)
|
|
nn_stock = 0 ! frequency of creation of a restart file (modulo referenced to 1)
|
|
nn_write = -1 ! frequency of write in the output file (modulo referenced to nn_it000)
|
|
nn_write = -1 ! frequency of write in the output file (modulo referenced to nn_it000)
|
|
|
|
+ ln_iscpl = ${iscpl_nm}
|
|
|
|
+ ln_clobber = .true.
|
|
|
|
+ nn_istate = 0
|
|
|
|
+ nn_leapy = ${leap_years}
|
|
/
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
&namcfg ! parameters of the configuration
|
|
&namcfg ! parameters of the configuration
|
|
@@ -55,7 +60,7 @@ cat << EOF
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
&namdom ! space and time domain (bathymetry, mesh, timestep)
|
|
&namdom ! space and time domain (bathymetry, mesh, timestep)
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
- nn_msh = 0 ! create (=1) a mesh file or not (=0)
|
|
|
|
|
|
+ nn_msh = ${isfcpl} ! create (=1) a mesh file or not (=0)
|
|
rn_hmin = 20. ! min depth of the ocean (>0) or min number of ocean level (<0)
|
|
rn_hmin = 20. ! min depth of the ocean (>0) or min number of ocean level (<0)
|
|
rn_rdt = ${nem_time_step_sec} ! time step for the dynamics (and tracer if nn_acc=0)
|
|
rn_rdt = ${nem_time_step_sec} ! time step for the dynamics (and tracer if nn_acc=0)
|
|
ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1)
|
|
ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1)
|
|
@@ -189,6 +194,13 @@ cat << EOF
|
|
sn_depmin_isf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' , -12 ,'sodepmin_isf', .false. , .true. , 'yearly' , '' , ''
|
|
sn_depmin_isf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' , -12 ,'sodepmin_isf', .false. , .true. , 'yearly' , '' , ''
|
|
/
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
|
|
+&namsbc_iscpl ! land ice / ocean coupling option
|
|
|
|
+!-----------------------------------------------------------------------
|
|
|
|
+ nn_drown = 100 ! number of iteration of the extrapolation loop (fill the new wet cells)
|
|
|
|
+ ln_hsb = .false. ! activate conservation module (conservation exact after a time of rn_fiscpl)
|
|
|
|
+ nn_fiscpl = 43800 ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency)
|
|
|
|
+/
|
|
|
|
+!-----------------------------------------------------------------------
|
|
&namsbc_apr ! Atmospheric pressure used as ocean forcing or in bulk
|
|
&namsbc_apr ! Atmospheric pressure used as ocean forcing or in bulk
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
/
|
|
/
|
|
@@ -241,8 +253,7 @@ cat << EOF
|
|
&nambfr ! bottom friction
|
|
&nambfr ! bottom friction
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
|
|
nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
|
|
-
|
|
|
|
- rn_bfeb2 = 0 ! bottom turbulent kinetic energy background (m2/s2)
|
|
|
|
|
|
+ ! = 2 : nonlinear friction
|
|
/
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
&nambbc ! bottom temperature boundary condition
|
|
&nambbc ! bottom temperature boundary condition
|
|
@@ -340,9 +351,6 @@ cat << EOF
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
&nammpp ! Massively Parallel Processing ("key_mpp_mpi)
|
|
&nammpp ! Massively Parallel Processing ("key_mpp_mpi)
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
- jpni = 20 ! jpni number of processors following i (set automatically if < 1)
|
|
|
|
- jpnj = 13 ! jpnj number of processors following j (set automatically if < 1)
|
|
|
|
- jpnij = 260 ! jpnij number of local domains (set automatically if < 1)
|
|
|
|
/
|
|
/
|
|
!-----------------------------------------------------------------------
|
|
!-----------------------------------------------------------------------
|
|
&namctl ! Control prints & Benchmark
|
|
&namctl ! Control prints & Benchmark
|