Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions GEOSldas_App/GEOSldas_HIST.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COLLECTIONS:
# 'const_2d_lnd_Nx'
# 'tavg24_2d_glc_Nx'
# 'tavg24_1d_glc_Nt'
# 'tavg24_1d_issm_Nt'
::

# --------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -530,6 +531,7 @@ EASEv2_M36.LM: 1
'ALBNF' , 'LANDICE' , 'ALBNF_GL' ,
'ASNOW_GL' , 'LANDICE' ,
'DELTS' , 'LANDICE' ,
'ICESMB' , 'LANDICE' ,
'DNICFLX' , 'LANDICE' ,
'EVAPOUT' , 'LANDICE' ,
'QH' , 'LANDICE' ,
Expand Down Expand Up @@ -580,4 +582,18 @@ EASEv2_M36.LM: 1
'WESNBOT' , 'LANDICE' ,
'WESNEXT' , 'LANDICE' ,
::

tavg24_1d_issm_Nt.descr: 'Tile-space,Daily,Time-Averaged,Single-level,ISSM Diagnostics',
tavg24_1d_issm_Nt.nbits: 12,
tavg24_1d_issm_Nt.template: '%y4%m2%d2_%h2%n2z.nc4' ,
tavg24_1d_issm_Nt.mode: 'time-averaged' ,
tavg24_1d_issm_Nt.format: 'CFIO',
tavg24_1d_issm_Nt.frequency: 240000 ,
tavg24_1d_issm_Nt.ref_time: 000000 ,
tavg24_1d_issm_Nt.fields: 'ICESURF' , 'ISSM' ,
'ICETHICK' , 'ISSM' ,
'ICEVEL' , 'ISSM' ,
'ICESMB' , 'ISSM' ,
::

# ========================== EOF ==============================================================
17 changes: 17 additions & 0 deletions GEOSldas_App/GEOSldas_LDAS.rc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,23 @@ CATCHMENT_SPINUP: 0
#
LSM_CHOICE: 1

# ---- Ice-Sheet and Sea-Level System Model (ISSM) initialization (for LANDICE tiles)
#
# The first two parameters are arguments needed to initialize ISSM:
#
# *ISSM_EXPDIR points to the directory containing the ISSM input file, which will be
# replaced by a restart directory in the future
#
# *ISSM_EXPNAME is the name of the binary input file (ISSM_EXPNAME.bin) and PETSc
# options file (ISSM_EXPNAME.toolkits)
#
# Because we can't yet output variables defined on ISSM's mesh via HISTORY
# (e.g., via a mesh tilespace), we also have a temporary fix that will be
# eventually removed (note that output on the attached grid or landice tiles
# does still work as expected):
#
ISSM_EXPDIR: /discover/nobackup/agstubbl/GEOS/Experiments/LDAS-ISSM-dailytest/issm
ISSM_EXPNAME: GreenlandGEOS

# ---- Choice of tile type(s)
#
Expand Down
Loading