Changeset 8776
- Timestamp:
- 2017-11-21T18:30:53+01:00 (7 years ago)
- Location:
- branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_cen2_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_flux_ubs_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator … … 165 166 !----------------------------------------------------------------------- 166 167 ! ! Type of the operator : 167 ! ! no diffusion: set ln_dynldf_lap=..._blp=F168 ln_dynldf_NONE= .true. ! No operator (i.e. no explicit diffusion) 168 169 ln_dynldf_lap = .false. ! laplacian operator 169 170 ln_dynldf_blp = .false. ! bilaplacian operator 170 171 ! ! Direction of action : 171 ln_dynldf_lev = .false. 172 ln_dynldf_lev = .false. ! iso-level 172 173 ln_dynldf_hor = .true. ! horizontal (geopotential) 173 174 ln_dynldf_iso = .false. ! iso-neutral 174 175 ! ! Coefficient 175 nn_ahm_ijk_t = 0 ! space/time variation of eddy coef176 ! ! =-30 read in eddy_viscosity_3D.nc file 177 ! ! =-20 read in eddy_viscosity_2D.nc file 176 nn_ahm_ijk_t = 0 ! space/time variation of eddy coef 177 ! ! =-30 read in eddy_viscosity_3D.nc file 178 ! ! =-20 read in eddy_viscosity_2D.nc file 178 179 ! ! = 0 constant 179 180 ! ! = 10 F(k)=c1d … … 181 182 ! ! = 30 F(i,j,k)=c2d*c1d 182 183 ! ! = 31 F(i,j,k)=F(grid spacing and local velocity) 184 ! ! = 32 F(i,j,k)=F(local gridscale and deformation rate) 185 ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 183 186 rn_ahm_0 = 0.01 ! horizontal laplacian eddy viscosity [m2/s] 184 187 rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] 185 188 rn_bhm_0 = 1.e+12 ! horizontal bilaplacian eddy viscosity [m4/s] 189 ! ! Smagorinsky settings (nn_ahm_ijk_t = 32) : 190 rn_csmc = 3.5 ! Smagorinsky constant of proportionality 191 rn_minfac = 1.0 ! multiplier of theorectical lower limit 192 rn_maxfac = 1.0 ! multiplier of theorectical upper limit 186 193 / 187 194 !!====================================================================== -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_eenH_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_een_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ene_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT2_vect_ens_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_cen2_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_flux_ubs_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator … … 165 166 !----------------------------------------------------------------------- 166 167 ! ! Type of the operator : 167 ! ! no diffusion: set ln_dynldf_lap=..._blp=F168 ln_dynldf_NONE= .true. ! No operator (i.e. no explicit diffusion) 168 169 ln_dynldf_lap = .false. ! laplacian operator 169 170 ln_dynldf_blp = .false. ! bilaplacian operator 170 171 ! ! Direction of action : 171 ln_dynldf_lev = .false. 172 ln_dynldf_lev = .false. ! iso-level 172 173 ln_dynldf_hor = .true. ! horizontal (geopotential) 173 174 ln_dynldf_iso = .false. ! iso-neutral 174 175 ! ! Coefficient 175 nn_ahm_ijk_t = 0 ! space/time variation of eddy coef176 ! ! =-30 read in eddy_viscosity_3D.nc file 177 ! ! =-20 read in eddy_viscosity_2D.nc file 176 nn_ahm_ijk_t = 0 ! space/time variation of eddy coef 177 ! ! =-30 read in eddy_viscosity_3D.nc file 178 ! ! =-20 read in eddy_viscosity_2D.nc file 178 179 ! ! = 0 constant 179 180 ! ! = 10 F(k)=c1d … … 181 182 ! ! = 30 F(i,j,k)=c2d*c1d 182 183 ! ! = 31 F(i,j,k)=F(grid spacing and local velocity) 184 ! ! = 32 F(i,j,k)=F(local gridscale and deformation rate) 185 ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 183 186 rn_ahm_0 = 0.01 ! horizontal laplacian eddy viscosity [m2/s] 184 187 rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] 185 188 rn_bhm_0 = 1.e+12 ! horizontal bilaplacian eddy viscosity [m4/s] 189 ! ! Smagorinsky settings (nn_ahm_ijk_t = 32) : 190 rn_csmc = 3.5 ! Smagorinsky constant of proportionality 191 rn_minfac = 1.0 ! multiplier of theorectical lower limit 192 rn_maxfac = 1.0 ! multiplier of theorectical upper limit 186 193 / 187 194 !!====================================================================== -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_eenH_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_een_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator -
branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ens_cfg
r8775 r8776 108 108 &namtra_ldf ! lateral diffusion scheme for tracers 109 109 !----------------------------------------------------------------------- 110 ! ! Operator type: both false = No lateral diffusion 110 ! ! Operator type: 111 ln_traldf_NONE = .true. ! No explicit diffusion 111 112 ln_traldf_lap = .false. ! laplacian operator 112 113 ln_traldf_blp = .false. ! bilaplacian operator
Note: See TracChangeset
for help on using the changeset viewer.