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.
1 parent 7e64aa4 commit 45b8a9aCopy full SHA for 45b8a9a
CHANGELOG.md
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Fixed
17
18
+- Fixed error from MAPL's ApplicationSupport.F90 to init UDUNITS
19
+
20
### Removed
21
22
### Deprecated
GEOSldas_App/lenkf_j_template.py
@@ -104,6 +104,9 @@
104
setenv LD_LIBRARY_PATH ${{BASEDIR}}/${{ARCH}}/lib:${{ESMADIR}}/lib:${{LD_LIBRARY_PATH}}
105
106
module load nco
107
+# the nco module prepends to UDUNITS2_XML_PATH which Baselibs/g5_modules has already set
108
+# So here we reset to the one in Baselibs
109
+setenv UDUNITS2_XML_PATH ${{BASEDIR}}/${{ARCH}}/share/udunits/udunits2.xml
110
111
setenv RUN_CMD "$GEOSBIN/esma_mpirun -np "
112
0 commit comments