Skip to content

Commit

Permalink
configure for long run
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed May 21, 2024
1 parent aeb1bc9 commit 63bb428
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# shortpath: /scratch/v45

queue: normal
ncpus: 48
jobfs: 10GB
mem: 192GB
ncpus: 240
# jobfs: 10GB
mem: 960GB

walltime: 01:00:00
jobname: 1deg_jra55do_ryf_wombatlite
Expand Down
2 changes: 1 addition & 1 deletion drv_in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
&debug_inparm
create_esmf_pet_files = .true.
create_esmf_pet_files = .false.
/
&papi_inparm
papi_ctr1_str = "PAPI_FP_OPS"
Expand Down
24 changes: 12 additions & 12 deletions ice_in
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
maskhalo_bound = .true.
maskhalo_dyn = .true.
maskhalo_remap = .true.
max_blocks = 10
max_blocks = 20
ns_boundary_type = "tripole"
nx_global = 360
ny_global = 300
Expand Down Expand Up @@ -109,25 +109,25 @@
f_smassliq = "m"
/
&icefields_nml
f_aice = "md"
f_aice = "m"
f_aicen = "m"
f_bounds = .false.
f_fcondtopn_ai = "m"
f_congel = "md"
f_dvidtd = "md"
f_dvidtt = "md"
f_congel = "m"
f_dvidtd = "m"
f_dvidtt = "m"
f_fmelttn_ai = "m"
f_frzmlt = "md"
f_frazil = "md"
f_frzmlt = "m"
f_frazil = "m"
f_flatn_ai = "m"
f_fsens_ai = "m"
f_fsensn_ai = "m"
f_fsurfn_ai = "m"
f_hi = "md"
f_hs = "md"
f_sifb = "md"
f_snoice = "md"
f_uvel = "md" , f_vvel = "md"
f_hi = "m"
f_hs = "m"
f_sifb = "m"
f_snoice = "m"
f_uvel = "m" , f_vvel = "m"
f_vicen = "m"
!-----------------------------------
! These fields are on by default (in ice_history_shared.F90) but lets turn them off
Expand Down
22 changes: 11 additions & 11 deletions nuopc.runconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ DRIVER_attributes::
::

PELAYOUT_attributes::
atm_ntasks = 48
atm_ntasks = 24
atm_nthreads = 1
atm_pestride = 1
atm_rootpe = 0
cpl_ntasks = 48
cpl_ntasks = 24
cpl_nthreads = 1
cpl_pestride = 1
cpl_rootpe = 0
Expand All @@ -40,31 +40,31 @@ PELAYOUT_attributes::
esp_nthreads = 1
esp_pestride = 1
esp_rootpe = 0
glc_ntasks = 48
glc_ntasks = 1
glc_nthreads = 1
glc_pestride = 1
glc_rootpe = 0
ice_ntasks = 48
ice_ntasks = 24
ice_nthreads = 1
ice_pestride = 1
ice_rootpe = 0
lnd_ntasks = 48
lnd_ntasks = 1
lnd_nthreads = 1
lnd_pestride = 1
lnd_rootpe = 0
ninst = 1
ocn_ntasks = 48
ocn_ntasks = 216
ocn_nthreads = 1
ocn_pestride = 1
ocn_rootpe = 0
ocn_rootpe = 24
pio_asyncio_ntasks = 0
pio_asyncio_rootpe = 1
pio_asyncio_stride = 0
rof_ntasks = 48
rof_ntasks = 24
rof_nthreads = 1
rof_pestride = 1
rof_rootpe = 0
wav_ntasks = 48
wav_ntasks = 1
wav_nthreads = 1
wav_pestride = 1
wav_rootpe = 0
Expand Down Expand Up @@ -289,13 +289,13 @@ CLOCK_attributes::
lnd_cpl_dt = 3600
ocn_cpl_dt = 3600
restart_n = 1
restart_option = nmonths
restart_option = nyears
restart_ymd = -999
rof_cpl_dt = 3600
start_tod = 0
start_ymd = 19000101
stop_n = 1
stop_option = nmonths
stop_option = nyears
stop_tod = 0
stop_ymd = -999
tprof_n = -999
Expand Down

0 comments on commit 63bb428

Please sign in to comment.