-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Functional QSat module. Table calculations are still incorrect due to…
… differences between Fortran and C interpretation of constants (see GEOS-ESM/SMT-Nebulae#88 for more information). Table values are instead read in from netCDF file as a temporary solution.
- Loading branch information
1 parent
1c96c31
commit e3c636e
Showing
7 changed files
with
57 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.27 MB
...GEOSphysics_GridComp/GEOSmoist_GridComp/pyMoist/pyMoist/saturation/netCDFs/QSat_Tables.nc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 6 additions & 7 deletions
13
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/pyMoist/tests/scripts/run_tests.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
#!/bin/bash | ||
rm -rf ./.gt_cache_* | ||
rm -rf ../.gt_cache_* | ||
export PACE_FLOAT_PRECISION=32 | ||
export FV3_DACEMODE=Python | ||
python -m pytest -v -s -x\ | ||
--pdb \ | ||
--data_path=../../test_data/11.5.2/Moist/TBC_C24_L72_Debug \ | ||
python -m pytest -s --disable-warnings --multimodal_metric \ | ||
--data_path=/home/charleskrop/netcdfs \ | ||
--backend=dace:cpu \ | ||
--which_rank=0 \ | ||
--which_modules=QSat \ | ||
--grid=default \ | ||
--multimodal_metric \ | ||
.. | ||
.. |