Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/mlee03/fv3atm.git
branch = mkl/fms2021.03
[submodule "NEMS"]
path = NEMS
url = https://github.com/NOAA-EMC/NEMS
Expand Down
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 326 files
4 changes: 3 additions & 1 deletion modulefiles/ufs_gaea.intel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ module load hpc-intel/18.0.6.288
module load hpc-cray-mpich/7.7.11

module load ufs_common

module unload FMS/2020.04.03
setenv FMS_ROOT /lustre/f2/dev/Mikyung.Lee/FMS2021.03/intel/18.0.6

setenv CC cc
setenv CXX CC
setenv FC ftn
Expand Down
4 changes: 3 additions & 1 deletion modulefiles/ufs_gaea.intel_debug
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ module load hpc-intel/18.0.6.288
module load hpc-cray-mpich/7.7.11

module load ufs_common_debug

module unload FMS/2020.04.03
setenv FMS_ROOT /lustre/f2/dev/Mikyung.Lee/FMS2021.03/intel-debug/18.0.6

setenv CC cc
setenv CXX CC
setenv FC ftn
Expand Down
2 changes: 1 addition & 1 deletion stochastic_physics
3,036 changes: 0 additions & 3,036 deletions tests/RegressionTests_gaea.intel.log

This file was deleted.

6 changes: 3 additions & 3 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ elif [[ $MACHINE_ID = gaea.* ]]; then
DISKNM=/lustre/f2/pdata/ncep_shared/emc.nemspara/RT
QUEUE=normal
COMPILE_QUEUE=normal
# ACCNR=cmp
ACCNR=gfdl_f
PARTITION=c4
STMP=/lustre/f2/scratch
PTMP=/lustre/f2/scratch
STMP=$PWD/stmp
PTMP=$PWD/stmp

SCHEDULER=slurm
cp fv3_conf/fv3_slurm.IN_gaea fv3_conf/fv3_slurm.IN
Expand Down