Skip to content

Commit

Permalink
Update CIME to ESMCI cime5.8.2-2 (#2908)
Browse files Browse the repository at this point in the history
Update CIME to ESMCI cime5.8.2-2

Squash merge of jgfouca/branch-for-to-acme-2019-05-06

Features
* Nuopc update
* nldas_forcing_v2: This is a regional, 0.125 degree data set over the U.S., for use in forcing CTSM.
* Change DATM_CLMNCEP_YR_ALIGN for present-day compsets: Make DATM_CLMNCEP_YR_ALIGN 
  match DATM_CLMNCEP_YR_START. This will make the model year align with the forcing year. For
  example, if RUN_STARTDATE is set to 2000-01-01, then the model will use year-2000 atmospheric 
  forcing data in the first year, etc. non-BFB for any present-day compsets using datm (mostly I-cases and G-cases).

Bug fix:
* Fixes to NAG flags in scripts/Tools/Makefile

[non-BFB] (datm)
  • Loading branch information
jgfouca authored May 9, 2019
1 parent 7ede0e3 commit 82c537b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver-mct/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
config['bfbflag'] = 'on' if case.get_value('BFBFLAG') else 'off'
config['continue_run'] = '.true.' if case.get_value('CONTINUE_RUN') else '.false.'
config['atm_grid'] = case.get_value('ATM_GRID')
config['compocn'] = case.get_value('COMP_OCN')

if case.get_value('RUN_TYPE') == 'startup':
config['run_type'] = 'startup'
Expand Down

0 comments on commit 82c537b

Please sign in to comment.