Correct namelist 1993 present
This commit is contained in:
parent
ba889f2d85
commit
c8742c69e9
@ -84,7 +84,7 @@
|
||||
!-----------------------------------------------------------------------
|
||||
&namsbc ! Surface Boundary Condition manager (default: NO selection)
|
||||
!-----------------------------------------------------------------------
|
||||
nn_fsbc = 1 ! frequency of SBC module call
|
||||
nn_fsbc = 2 ! frequency of SBC module call
|
||||
! ! (control sea-ice & iceberg model call)
|
||||
! Type of air-sea fluxes
|
||||
ln_usr = .false. ! user defined formulation (T => check usrdef_sbc)
|
||||
@ -285,9 +285,9 @@
|
||||
!-----------------------------------------------------------------------
|
||||
ln_trabbl = .true. ! Bottom Boundary Layer parameterisation flag
|
||||
nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0)
|
||||
nn_bbl_adv = 2 ! advective bbl (=1/2) or not (=0)
|
||||
rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s]
|
||||
rn_gambbl = 10. ! advective bbl coefficient [s]
|
||||
nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0)
|
||||
rn_ahtbbl = 1000.e0 ! lateral mixing coefficient in the bbl [m2/s]
|
||||
rn_gambbl = 0.e0 ! advective bbl coefficient [s]
|
||||
/
|
||||
!!======================================================================
|
||||
!! Tracer (T-S) namelists !!
|
||||
@ -403,7 +403,7 @@
|
||||
! ! = 32 F(i,j,k)=F(local gridscale and deformation rate)
|
||||
! ! time invariant coefficients : ahm = 1/2 Uv*Lv (lap case)
|
||||
! ! or = 1/12 Uv*Lv^3 (blp case)
|
||||
rn_Uv = 0.2 ! lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
|
||||
rn_Uv = 0.1 ! lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
|
||||
rn_Lv = 10.e+3 ! lateral viscous length [m] (nn_ahm_ijk_t= 0, 10)
|
||||
! ! Smagorinsky settings (nn_ahm_ijk_t= 32) :
|
||||
rn_csmc = 3.5 ! Smagorinsky constant of proportionality
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user