Skip to content

Commit 9d67552

Browse files
additional default settings and command line args for land-atm DAS (#94)
2 parents c0ec27d + 3d9121e commit 9d67552

File tree

7 files changed

+632
-1712
lines changed

7 files changed

+632
-1712
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
- Added more default settings and command line arguments for integrated land-atm DAS setup
1415
- Added functionality for model-based QC of MODIS SCF observations using soil layer 1 temperature.
1516
- Added functionality to simulate landice tiles.
1617
- Added functionality to read nc4-formatted tile file.

GEOSldas_App/ldas_setup

Lines changed: 621 additions & 433 deletions
Large diffs are not rendered by default.

GEOSldas_App/lenkf_j_template.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,16 @@
860860
861861
if ( $LADAS_COUPLING > 0 ) then
862862
if ( $rc == 0 ) then
863+
##update CAP.rc END_DATE in $HOMDIR/
864+
set date = `$GEOSBIN/tick $nymdf $nhmsf $dt`
865+
set nymdend = $date[1]
866+
set nhmsend = $date[2]
867+
cd $HOMDIR
868+
set oldstring = `cat CAP.rc | grep END_DATE:`
869+
set newstring = "END_DATE: $nymdend $nhmsend"
870+
/bin/mv CAP.rc CAP.tmp
871+
cat CAP.tmp | sed -e "s?$oldstring?$newstring?g" > CAP.rc
872+
/bin/rm -f CAP.tmp
863873
echo 'SUCCEEDED' > $HOMDIR/lenkf_job_completed.txt
864874
endif
865875
else

GEOSldas_App/sample_config_files/LADAS/HISTORY.rc.atmens

Lines changed: 0 additions & 1083 deletions
This file was deleted.

GEOSldas_App/sample_config_files/LADAS/HISTORY.rc.central

Lines changed: 0 additions & 98 deletions
This file was deleted.

GEOSldas_App/sample_config_files/LADAS/exeinp.txt.Hy4dEnVar.atmens

Lines changed: 0 additions & 48 deletions
This file was deleted.

GEOSldas_App/sample_config_files/LADAS/exeinp.txt.Hy4dEnVar.central

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)