Revision 4d16c5b917930868d59b9b45ccaf6ccfa82cc277 authored by jedwards4b on 25 March 2021, 23:26:21 UTC, committed by GitHub on 25 March 2021, 23:26:21 UTC
fixes to nuopc single column PTS_LAT and PTS_LON
fixes to nuopc single column PTS_LAT and PTS_LON

Tested that SMS_D_Ld6_Mmpi-serial_Vnuopc.1x1_smallvilleIA.IHistClm45BgcCropQianRs.cheyenne_intel.clm-cropMonthOutput had PTS_LAT and PTS_LON set correctly. Before these were set to -999.99 for this test.

Test suite: (see above)
Test baseline: NA
Test namelist changes: No
Test status: bit for bit
Fixes: None
User interface changes?: No
Update gh-pages html (Y/N)?:N
Code review: jedwards4b
2 parent s 92e0ecf + 77c2d95
Raw File
.gitignore
# Ignore python bytecode files
*.pyc
buildnmlc
buildlib.*c

# Ignore emacs backup files
*~

# ignore for the merge to master and orphaning of the gh-pages branch
doc/build

# ignore temporary doc files
doc/source/Tools_user/temp_files

# ignore the JENKINS files created when make html is run
scripts/Tools/JENKINS*

# Ignore anything that are produced under scripts "cases" directory
/scripts/cases/

#Ignore nuopc driver available seperatly
src/drivers/nuopc
back to top