Skip to content

Commit

Permalink
Merge PR #223 (branch 'bugfix/geosit_met_constants_year') into dev/3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msulprizio committed Jul 13, 2023
2 parents 4b379f6 + 3aa6583 commit 1ecfc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/hco_extlist_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ SUBROUTINE HCO_SetDefaultToken( CF, RC )
ELSE IF ( TRIM(CF%MetField) == 'GEOSIT' ) THEN
DEF_MET_UC = 'GEOSIT'
DEF_MET_LC = 'geosit'
DEF_CN_YR = '2011' ! Constant met fld year
DEF_CN_YR = '2018' ! Constant met fld year
DEF_NC_VER = 'nc' ! NetCDF extension
ENDIF

Expand Down

0 comments on commit 1ecfc19

Please sign in to comment.