Mesoscale Parallel Experiment Change Log

Experiment Name:  North American NEMS/NMMB test

When Who What
2016/02/04/12 Ferrier, Jovic
  • The forecast model was changed with updates to the handling/advection of tracers arrays, with the passive advection of Q now called every time step.
  • 2016/02/01/12 Collard
  • Turned back on Metop-A HIRS4 radiances.
  • 2016/01/15/00 Collard
  • Turned off Metop-A HIRS4 radiances dues to degraded data during engineering tests.
  • 2015/12/08/18 W.-S. Wu
  • GSI analysis fix for the 11/26 failure : a bug in subroutine sonde_ext in file read_prepbufr.f90 was found. The check to prevent array out of bounds was in place but after printing an error message the program was stopped. A fix was made to return to the calling routine instead of stopping execution, which would allow the analysis to continue to run. With this code change, raob level enhancement has been turned back on.
  • 2015/11/26/18 Carley, Rogers
  • Turned off raob level enhancement (by changing “ext_sonde=true” to “ext_sonde=false”) in the GSI analysis; this change fixed the failure of the ops and parallel 12z 11/26/2015 NAM analysis.
  • 2015/11/24/18 W.S. Whu, Rogers
  • Turned on Himawari satellite wind data
  • 2015/10/09/12 W.S. Whu New observations types added to GSI analysis:
    1. New satelllite winds
      1. MTSAT2 IMAGER WVct AMVs (JMA)
      2. 254 54 M-7 IMAGER WVct AMVs
      3. M-10 IMAGER WVct AMVs
      4. NOAA -15 AVHRR IR AMVs
      5. NOAA -18 AVHRR IR AMVs
      6. NOAA -19 AVHRR IR AMVs
      7. METOP-A AVHRR IR AMVs
      8. METOP-B AVHRR IR AMVs
    2. New GPS Radio Occultation Data
      1. METOP-B 3 (subtype)
    3. New Satellite radiance data
      1. M10 Seviri
      2. metop-b hirs4 (moni), amsua, mhs, iasi
      3. npp atms, cris
      4. f17 ssmis
    2015/10/01/12 Black
  • A simple filter is applied to the vertical velocity used in the vertical advection of tracers. This is to address issues associated with unphysical moisture profiles which, in addition to unphysicality, may also be problematic elsewhere within the model (e.g. radiation). It is worth oting that the issue is generally uncommon, but has caused stability problems in model (notably, hte prod NAM failures at 18z 9/29/15 and 06z 10/1/15
  • 2015/09/11/12 Y. Wu
  • A change was made to the Noah LSM to consider the effect of frozen soil on plant transpiration and soil evaporation, specifically:
    1. Change SMCREF to SMCREF = SMCREF + ICE or SMCREF = SMCREF + (SMC(1)-SH2O(1))
    2. Change GX = (SMC (1) - SMCWLT) / (SMCREF - SMCWLT) to GX = (SH2O (1) - SMCWLT) / (SMCREF - SMCWLT)
    3. Change SRATIO = (SMC(1) - SMCDRY) / (SMCMAX - SMCDRY) to SRATIO = (SH2O(1) - SMCDRY) / (SMCMAX - SMCDRY)
    4. Change (a) and (b) will increase canopy resistance and reduce plant transpiration
    5. Change (c) will reduce direct evaporation from soil.
  • The above changes are based on the assumption that ice is not available to plants and can not be evaporated.
  • 2015/08/20/12 Rogers, W.-S. Whu, S. Liu
  • To create the input observation files, the prepbufr file from the next NDAS valid at T+3 h is merged with the tm03+tm00 prepbufr file that now being used. The same is being done with all the radiances and satwnd data.
  • 2015/07/30/18 Ferrier, H-M. Lin
  • Changes to the radiation / microphysics:
    1. The cloud droplet effective radius is calculated assuming a monodisperse droplet distribution. It is also not allowed to be less than minimum a value of 5 microns, which is reached when cloud water contents are less than 0.1045 g m^-3. The droplet effective radius is no longer forced to be between 10 and 15 microns. The change is anticipated to reduce incoming surface shortwave fluxes under liquid clouds and reduce daytime 2 m warm biases.
    2. The assumed cloud droplet number concentration within radiation is no longer assumed to vary with temperature. Instead it is assumed to be a fixed value of 200 cm^-3, the same as what is assumed in the FA microphysics.
  • 2015/07/25/00 Ferrier, Aligo
  • Changed code so that Rhgrd (RH threshold for onset of condensation) is set in the configure file so it can vary for different domains; current settings are RHgrd=0.98 for the 12 km parent domain, RHgrd=1.0 for the 3 km nests
  • Includes a cloud water mixing ratio threshold for the autoconversion of cloud water to rain.
  • 2015/06/18/12 W.-S. Whu, S. Liu
  • First run with 4Denvar version of regional GSI, constructed as follows:
    1. NDAS changed to run a single 9-h forecast from t-6 h (using the NDASX tm06 initial conditions)
    2. TM00 analysis reads 3-h, 6-h, and 9-h output files from the tm06 9-h forecast (satellite bias corrections from NDASX)
    3. TM00 analysis uses global EnKF sigma files from the same 3 valid times as the 3/6/9-h output from the tm06 forecast
    4. Input observations are created by merging the ops NAM tm00 observations and the ops NDAS tm03 observation files
    5. Same forecast model as used in NAMX