forked from NCAR/fv3atm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NCAR#113 from climbfuji/update_gsl_develop_from_de…
…velop_20211215 Update gsl/develop from develop 2021/12/15
- Loading branch information
Showing
202 changed files
with
14,483 additions
and
12,057 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
Submodule CICE
updated
55 files
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
Submodule FV3
updated
29 files
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
Submodule WW3
updated
20 files
+1 −1 | manual/defs.tex | |
+3 −0 | manual/intro/about.tex | |
+3 −0 | model/bin/cmplr.env | |
+1 −1 | model/src/gx_outp.F90 | |
+1 −1 | model/src/w3fldsmd.F90 | |
+3 −3 | model/src/w3flx5md.F90 | |
+1 −1 | model/src/w3gridmd.F90 | |
+6 −6 | model/src/w3initmd.F90 | |
+1 −1 | model/src/w3iogrmd.F90 | |
+2 −2 | model/src/w3iopomd.F90 | |
+1 −1 | model/src/w3odatmd.F90 | |
+3 −3 | model/src/w3ounfmetamd.F90 | |
+11 −5 | model/src/w3src4md.F90 | |
+3 −3 | model/src/w3srcemd.F90 | |
+1 −1 | model/src/w3updtmd.F90 | |
+6 −6 | model/src/w3wavemd.F90 | |
+1 −1 | model/src/ww3_grib.F90 | |
+1 −1 | model/src/ww3_ounp.F90 | |
+2 −2 | model/src/ww3_outp.F90 | |
+1 −1 | model/src/ww3_uprstr.F90 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE) | ||
set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE) | ||
set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#!/bin/bash | ||
|
||
#%Module###################################################################### | ||
## | ||
## UFS prerequisites: MACOSX with clang/gfortran compilers | ||
|
||
echo "Setting environment variables for NEMSfv3gfs on MACOSX with icc/ifort" | ||
|
||
## | ||
## load programming environment: compiler, flags, paths | ||
## | ||
export CC=${MPICC:-mpicc} | ||
export CXX=${MPICXX:-mpicxx} | ||
export F77=${MPIF77:-mpif77} | ||
export F90=${MPIF90:-mpif90} | ||
export FC=${MPIFORT:-mpifort} | ||
export CPP=${CPP:-"${F90} -E -x f95-cpp-input"} | ||
export MPICC=${MPICC:-mpicc} | ||
export MPIF90=${MPIF90:-mpif90} | ||
|
||
## | ||
## load cmake | ||
## | ||
export CMAKE_Platform=macosx.intel |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#!/bin/bash | ||
|
||
#%Module###################################################################### | ||
## | ||
## UFS prerequisites: MACOSX with clang/gfortran compilers | ||
|
||
echo "Setting environment variables for NEMSfv3gfs on MACOSX with icc/ifort" | ||
|
||
## | ||
## load programming environment: compiler, flags, paths | ||
## | ||
export CC=${MPICC:-mpicc} | ||
export CXX=${MPICXX:-mpicxx} | ||
export F77=${MPIF77:-mpif77} | ||
export F90=${MPIF90:-mpif90} | ||
export FC=${MPIFORT:-mpifort} | ||
export CPP=${CPP:-"${F90} -E -x f95-cpp-input"} | ||
export MPICC=${MPICC:-mpicc} | ||
export MPIF90=${MPIF90:-mpif90} | ||
|
||
## | ||
## load cmake | ||
## | ||
export CMAKE_Platform=macosx.intel |
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
Oops, something went wrong.