Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is EMC flake model #164

Merged
merged 14 commits into from
Jul 21, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated the following files and directories
  • Loading branch information
YihuaWu-NOAA committed Jul 16, 2020
commit 728cc119f99b017e84bb2b0d0066a042cea951ce
2 changes: 1 addition & 1 deletion FV3
6 changes: 0 additions & 6 deletions tests/fv3_conf/ccpp_gfs_v16_flake_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ cp @[RTPWD]/FV3_input_data_gsd/field_table_suite2 field_table
cp @[RTPWD]/FV3_input_data/*configure .

cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml

# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh
echo " " >> module-setup.sh
echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH"
echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh
echo " " >> module-setup.sh
12 changes: 5 additions & 7 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,12 @@ COMPILE | CCPP=Y SUITES=FV3_GFS_v16_csawmg
RUN | fv3_ccpp_gfsv16_csawmg | standard | | fv3 |
RUN | fv3_ccpp_gfsv16_csawmgt | standard | | fv3 |
#######################################################################################################################################################################################
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_cray | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | wcoss_dell_p3 | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | hera.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | gaea.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp | standard | jet.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16beta_flake | standard | wcoss_cray | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16beta_flake | standard | wcoss_dell_p3 | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16beta_flake | standard | hera.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16beta_flake | standard | gaea.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_noahmp,FV3_GFS_v16beta_flake | standard | jet.intel | fv3 |

RUN | fv3_ccpp_gocart_clm | standard | | fv3 |
######################################################################################################################################################################################
COMPILE | CCPP=Y STATIC=Y SUITES=FV3_GFS_v16beta_flake DEBUG=Y | standard | hera.intel | fv3 |

RUN | fv3_ccpp_gfs_v16beta_flake | standard | | fv3 |
3 changes: 2 additions & 1 deletion tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ RUN | fv3_ccpp_thompson_no_aero
COMPILE | CCPP=Y SUITES=FV3_GFS_2017 32BIT=Y DEBUG=Y | standard | | fv3 |
RUN | fv3_ccpp_control_debug | standard | | fv3 |

COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_v16beta_flake,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | | fv3 |

RUN | fv3_ccpp_gfs_v15p2_debug | standard | | fv3 |
RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 |
RUN | fv3_ccpp_rrtmgp_debug | standard | | fv3 |

RUN | fv3_ccpp_gfs_v16beta_flake | standard | | fv3 |

COMPILE | CCPP=Y SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y | standard | | fv3 |
RUN | fv3_ccpp_multigases | standard | | fv3 |
Expand Down