Revision 6ec6726b6475f2fa442d786abd07b069bb3bef0d authored by Jon Wolfe on 16 August 2021, 18:43:20 UTC, committed by Jon Wolfe on 16 August 2021, 18:43:20 UTC
Add support for new IG and BG grids

Adds grid support for:
* ne30pg2_oECv3_gis1to10
* ne30pg2_r0125_EC30to60E2r2_gis1to10
* ne120pg2_r0125_EC30to60E2r2_gis1to10
Brings in all necessary mapping/domain files, and changes some ELM
fsurdat files to include new versions with elevation class information.

[NML]
[BFB] for all currently tested configurations
2 parent s 552171e + 8d9e809
Raw File
.gitignore
# Object files
*.lo
*.o

# Fortran module files
*.mod

# Static libraries
*.la
*.a

# Executables
*.exe

# Logs
*.log

# Ignore netCDF files.
*.nc

# Ignore python bytecode files
*.pyc
buildnmlc
buildlibc
buildlib_cmakec

# Ignore emacs backup files
*~
back to top