Skip to content

Commit a3ff296

Browse files
fix path for ncra (#123)
2 parents 0df22b1 + 6567edc commit a3ff296

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

2727
### Fixed
2828

29+
- Fixed ncra path for monthly compression
2930
- Fixed error from MAPL's ApplicationSupport.F90 to init UDUNITS.
3031

3132
### Removed

GEOSldas_App/lenkf_j_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
if($NAVAIL != $NDAYS) continue
647647
648648
# create monthly-mean nc4 file
649-
ncra -h $EXPID.$ThisCol.${{YYYY}}${{MM}}*.nc4 ${{EXPID}}.${{ThisCol}}.monthly.$YYYY$MM.nc4
649+
$BASEBIN/ncra -h $EXPID.$ThisCol.${{YYYY}}${{MM}}*.nc4 ${{EXPID}}.${{ThisCol}}.monthly.$YYYY$MM.nc4
650650
651651
if($POSTPROC_HIST == 2) then
652652
# rudimentary check for desired nc4 file; if ok, delete daily files

0 commit comments

Comments
 (0)