Skip to content

Commit ba9f9f6

Browse files
committed
add in triffid_period param
1 parent 8cede44 commit ba9f9f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

create_basic_spinup_climatology.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ def ProcessCommandLineOpts():
6969
params['file_region']='generic_start_eas50_aabbw'
7070
params['file_ghg']='ghg_defaults'
7171
params['restart_upload_month']=12
72-
72+
# for new region with triffid, should always be a certain times of 360, so 360, 720, 1080, etc., if do not want to run triffid
73+
# set triffid_period to be longer than your run period.
74+
params['triffid_period']=720
7375

7476
# Set up the xml doc - Remember to check/alter the header info as required
7577
impl = getDOMImplementation()

create_second_generation_climatology.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def ProcessCommandLineOpts():
6464
params['file_sulphox']='oxi.addfa'
6565
params['file_ghg']='ghg_defaults'
6666
params['restart_upload_month']=4
67+
# for new region with triffid, should always be a certain times of 360, so 360, 720, 1080, etc., if do not want to run triffid
68+
# set triffid_period to be longer than your run period.
69+
params['triffid_period']=720
6770

6871
# Set up doc
6972
upload_loc="upload3"

0 commit comments

Comments
 (0)