Skip to content

Commit

Permalink
actualise namelist.dyn
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickscholz committed Nov 20, 2023
1 parent 0b75ae0 commit 56486f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config/namelist.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ wsplit_maxcfl= 1.0 ! maximum allowed CFL criteria in vertical (0.5 < w_max_c
ldiag_KE=.false. ! activates energy diagnostics

use_ssh_se_subcycl = .false.
se_BTsteps = 50 !50
se_BTtheta = 0.14 ! default: 0.14, core2 stability plateu@ 0.37
se_BTsteps = 50
se_BTtheta = 0.14 ! default: 0.14,
se_bottdrag = .true.
se_bdrag_si = .true. ! bottomdrag semi-implicite/explicite
se_visc = .true.
se_visc_gamma0 = 10 ! 150
se_visc_gamma1 = 19500 ! 150
se_visc_gamma0 = 10
se_visc_gamma1 = 19500 !19500 (core2@32spd), 2750 (core2@72spd)
se_visc_gamma2 = 0
/

10 changes: 5 additions & 5 deletions work/job_albedo_chain
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ chain_s=1 # starting chain id

# time frame of model simulation
# ___COREv2___
year_s=1948
year_e=2009
# year_s=1948
# year_e=2009
# ___JRA55____
#year_s=1958
#year_e=2018
year_s=1958
year_e=2018

prescribe_rlen=0 # run length in namelist.config --> if 0 value from namelist.config is taken
fedit=1
Expand Down Expand Up @@ -226,7 +226,7 @@ if [ $is_newsimul -eq 1 ] ; then

#___BACKUP NAMELIST.* FILES INTO RESULT DIRECTORY_______________________
cp namelist.config namelist.oce namelist.ice namelist.forcing namelist.io \
namelist.cvmix ${dname_result}/.
namelist.dyn namelist.tra namelist.cvmix ${dname_result}/.
cp fesom.x ${dname_result}/.

#___BACKUP SRC FILES INTO RESULT DIRECTORY______________________________
Expand Down

0 comments on commit 56486f0

Please sign in to comment.