Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
888cca4
add setting defaults and more commdline options for ladas
saraqzhang Apr 25, 2025
07cde3d
additional edit for integrated configuration of land-atm DAS (ldas_se…
gmao-rreichle May 2, 2025
5bdce17
update input strings for agcm_res
saraqzhang May 2, 2025
29f77d8
add land BCs version input for ladas
saraqzhang May 5, 2025
a1a2533
cleanup of command line args for land-atm DAS config (ldas_setup)
gmao-rreichle May 6, 2025
2443b5a
updated CHANGELOG.md
gmao-rreichle May 6, 2025
7742280
changed handling of N_ens for coupled land-atm DAS setup (ldas_setup)
gmao-rreichle May 6, 2025
8a7c7fc
add README on construction of exeinp.txt for LADAS
saraqzhang May 6, 2025
01f0f63
minor cleanup as suggested by Weiyuan (ldas_setup)
gmao-rreichle May 7, 2025
f07f2e4
additional cleanup as suggested by Weiyuan for integrated land-atm DA…
gmao-rreichle May 7, 2025
0ec5846
change handling of BCS_PATH in setup of coupled land-atm DAS (ldas_se…
gmao-rreichle May 7, 2025
ab9c3c3
exclude AGCM defaults of GEOS_SurfaceGridComp.rc from sample exeinp f…
gmao-rreichle May 7, 2025
ea03973
further changes in setting exeinp & batinp variables
saraqzhang May 13, 2025
11dca45
minor cleanup to improve readability (ldas_setup)
gmao-rreichle May 13, 2025
7f115d9
additional changes and cleanup for integrated land-atm DAS config (ld…
gmao-rreichle May 13, 2025
ef43e7e
additional commandline inputs for ladas
saraqzhang May 15, 2025
7a023c9
minor edit insert adas_cyc input in JOB_SGMT
saraqzhang May 16, 2025
21e3584
Merge branch 'develop' into feature/saraqzhang/setupfunc4ladas
weiyuan-jiang May 19, 2025
86056e5
fixed errors in most recent merge (conflict resolution); white-space …
gmao-rreichle May 19, 2025
14f5186
remove README.exeinp.txt.forladas (no longer needed)
gmao-rreichle May 19, 2025
ae2717e
edits of previous commit (ldas_setup):
gmao-rreichle May 20, 2025
8dbd52a
edits on varwindow, walltime and nml path default
saraqzhang May 20, 2025
d36c72c
for coupled land-atm DAS, ensure consistency between LANDASSIM_DT and…
gmao-rreichle May 20, 2025
29a2b3c
clean up processing of defaults from GEOS_SurfaceGridComp.rc (ldas_se…
gmao-rreichle May 20, 2025
1352dbb
fixed indent error introduced in last commit (ldas_setup)
gmao-rreichle May 20, 2025
a3c4312
fixed py bugs from previous commit (ldas_setup)
gmao-rreichle May 21, 2025
5278ce0
skip writing extra lines with #agcm=> or #ldas=>
saraqzhang May 21, 2025
054ba56
no exeinp for adas coupling
weiyuan-jiang May 22, 2025
8a8c1d6
remove unnecessary message
weiyuan-jiang May 22, 2025
df1b1f3
minor changes for ladas_cpl case
saraqzhang May 22, 2025
4a1802e
additional changes and cleanup for coupled land-atm DAS (ldas_setup):
gmao-rreichle May 22, 2025
08a8078
fixed syntax error from previous commit (ldas_setup)
gmao-rreichle May 22, 2025
c3ca2d5
fix path to rc template files (ldas_setup)
gmao-rreichle May 22, 2025
0f220cb
cleaned up logic of processing defaults from GEOS_SurfaceGridComp.rc …
gmao-rreichle May 22, 2025
3d9121e
Merge branch 'develop' into feature/saraqzhang/setupfunc4ladas (manua…
gmao-rreichle May 22, 2025
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added more default settings and command line arguments for integrated land-atm DAS setup ([PR #94](https://github.com/GEOS-ESM/GEOSldas_GridComp/pull/94)).

### Changed

### Fixed
Expand Down
276 changes: 175 additions & 101 deletions GEOSldas_App/ldas_setup

Large diffs are not rendered by default.

1,083 changes: 0 additions & 1,083 deletions GEOSldas_App/sample_config_files/LADAS/HISTORY.rc.atmens

This file was deleted.

98 changes: 0 additions & 98 deletions GEOSldas_App/sample_config_files/LADAS/HISTORY.rc.central

This file was deleted.

39 changes: 39 additions & 0 deletions GEOSldas_App/sample_config_files/LADAS/README.exeinp.txt.forladas
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#
# README on GEOSldas "exeinp" file for LADAS
#
# for the GEOSldas instance that is coupled with
# Hy4dEnVar ADAS:
#
# (1) Create exeinp template using:
# ldas_setup sample --exeinp > ldas_exeinp.txt
#
# (2) Use the resource parameter settings below when editing ldas_exeinp.txt
#
# (3) The following resource parameters are provided via fvsetup,
# which supersede the default in ldas_exeinp.txt
# EXP_ID
# EXP_DOMAIN
# BEG_DATE
# RESTART_ID
# RESTART_PATH
# RESTART_DOMAIN
# MET_TAG
# MET_PATH
# bcs_version in BCS_PATH
# BCS_RESOLUTION
# LADAS_COUPLING
# ADAS_EXPDIR
# GID
#
# (4) The following resource parameters are hard-wired for ladas
# which supersede the default in ldas_exeinp.txt
# MET_HINTERP
# LANDASSIM_DT
# LANDASSIM_T0
# FIRST_ENS_ID
# ENSEMBLE_FORCING
# JOB_SGMT
# NUM_SGMT
# NUM_LDAS_ENSEMBLE is hard-wired as 32 if coupled with atmens
##############################################################################

This file was deleted.

This file was deleted.

Loading