Skip to content

Commit

Permalink
Sync with community code in prep for new build structure (NOAA-EMC#16)
Browse files Browse the repository at this point in the history
* Fix allocation issue for PSFC in Block 2

* Fix mods for selecting satellite channels in CALRAD_WCLOUD_newcrtm

* Fix grib codes in RQSTFLD.f for wind shear variables

* Fix incorrect EL level for TAUX/TAUY calculation

* Fix typo in Wind Energy Calculation (UPP ID 411)

* Fix index for SEVIRI

* Remove extraneous greater than sign

* Revert MXLVL back to 70 for short term sync of code

* Comment out #if 0 blocks, this syntax fails with some compilers

* Correct pname for max updraft helicity

* Add community control files

* Uncomment new chem code fields. Add compiler directive for commmunity set mxlvls to 07 for grib1

* Move RQSTFLD and READCNTRL to .F files to be preprocessed for COMMCODE compiler directive

* Add line accidently deleted for dust25

* Remove READCNTRL.f and RQSTFLD.f since they were moved to .F files for preprocessing
  • Loading branch information
fossell authored and WenMeng-NOAA committed Nov 6, 2019
1 parent 6b01d9d commit 6378bf7
Show file tree
Hide file tree
Showing 14 changed files with 10,326 additions and 38 deletions.
Binary file added parm/hires_micro_lookup.dat
Binary file not shown.
2 changes: 1 addition & 1 deletion parm/post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3665,7 +3665,7 @@
<shortname>MAX_UPHL_ON_SPEC_HGT_LVL_ABOVE_GRND_2-5km</shortname>
<longname>maximum Updraft Helicity on Specified Height Level Above Ground</longname>
<pdstmpl>tmpl4_8</pdstmpl>
<pname>UPHL</pname>
<pname>MXUPHL</pname>
<stats_proc>MAX</stats_proc>
<fixed_sfc1_type>spec_hgt_lvl_above_grnd</fixed_sfc1_type>
<level>5000.</level>
Expand Down
Loading

0 comments on commit 6378bf7

Please sign in to comment.