We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df22b1 + 6567edc commit a3ff296Copy full SHA for a3ff296
CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
### Fixed
28
29
+- Fixed ncra path for monthly compression
30
- Fixed error from MAPL's ApplicationSupport.F90 to init UDUNITS.
31
32
### Removed
GEOSldas_App/lenkf_j_template.py
@@ -646,7 +646,7 @@
646
if($NAVAIL != $NDAYS) continue
647
648
# create monthly-mean nc4 file
649
- ncra -h $EXPID.$ThisCol.${{YYYY}}${{MM}}*.nc4 ${{EXPID}}.${{ThisCol}}.monthly.$YYYY$MM.nc4
+ $BASEBIN/ncra -h $EXPID.$ThisCol.${{YYYY}}${{MM}}*.nc4 ${{EXPID}}.${{ThisCol}}.monthly.$YYYY$MM.nc4
650
651
if($POSTPROC_HIST == 2) then
652
# rudimentary check for desired nc4 file; if ok, delete daily files
0 commit comments