Closed
Conversation
HWRF updates from Greg Thompson: Thompson MP running with RRTMG for NMM/HWRF. M phys/module_ra_rrtmg_lw.F M phys/module_microphysics_driver.F M phys/module_radiation_driver.F M phys/module_physics_init.F M phys/module_mp_thompson.F M phys/module_ra_rrtmg_sw.F M dyn_nmm/module_PHYSICS_CALLS.F M dyn_nmm/start_domain_nmm.F M dyn_nmm/solve_nmm.F M Registry/Registry.NMM_HWRF git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6557 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
…_MOVE.F. It looks like someone was adding support for the stubmpi, but they did it incorrectly. An "ifdef" line can only have one preprocessor symbol. To test for more than one, you have to use if defined(X) && ... git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6595 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
from running when floating point debugging is enabled: 1. There is a write statement in real_nmm.F that prints out a partially uninitialized array of floats. This was removed. 2. The start_domain_nmm runs the nest motion algorithm initialization during real_nmm, which it should not do. This was corrected by having real_nmm set a special flag in start_domain_nmm to indicate that real is being run. Also, three variables had to be removed from the input (i) stream. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6627 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
A https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6631 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
…ep tracker) since vortex tracker 1 is apparently broken right now. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6664 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
… a debug check that was mistakenly left in. This check aborts if the pressure depth is less than 500mbar. Such low pressure depths frequently occur in Asian mountains. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6677 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
…breaks the HWRF in the Central Pacific and West Pacific. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6678 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6682 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6683 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6684 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6685 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6686 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
BRANCH commit: Updating branches/HWRF with changes from the WRF trunk (Passed Consistency Check May, 2013) Revisions 6321:6692 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6694 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
June 2013: updates to branches/HWRF to prepare for trunk commit A https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6704 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6707 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
M Registry.EM_COMMON git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6709 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
branches/HWRF updates from WRF trunk r6735, including some compilation fixes for ARW/NMM. Passed HWRF consistency check June 2013 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6736 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
A https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@6864 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
BRANCH commit: branches/HWRF updates from WRF trunk r6874, V3.5.1 Passed HWRF consistency check Sept 2013 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6876 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
…bles git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6937 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@6938 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Branch to test/merge WRF trunk to branches/HWRF - through r7032 (12/16/2013) A https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@7035 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Update to test/merge WRF trunk to branches/HWRF - through r7035 (12/16/2013) git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@7038 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Fixing a bug related to the initialization of gravity wave drag variables M start_domain_nmm.F git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@7156 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Update branches/HWRF with trunk code R7155 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@7157 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
BRANCH COMMIT: Update branches/HWRF with trunk code R7163 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@7191 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
A https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_CC@7421 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
Merge trunk to branches/HWRF - through V3.6, r7418 git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@7425 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
1. add 200 to the ioform to output from the WRF master process instead of I/O servers, even if I/O servers are enabled 2. New tornado genesis products for all NMM cores 3. Additional diagnostic products for NMM_HWRF 4. New vortex_tracker option 7 (now the default) has bug fixes that will improve tracking of storms with small eyes 5. New wbd0var and sbd0var for all NMM cores, which contains the west and south bound of the domain. This is needed by the post to handle NMM output files that have multiple output times per file of a moving grid. 6. Various minor changes that should not change the results of computation, but will hopefully speed things up a bit. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@7447 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@7448 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
…tory output stream (to save diskspace and reduce IO).
This reverts commit 5d4b3dd.
…ing in HWRF, plus a small modification to YSU.
based on the HWRF v3.9a release.
…CHS2 to interpolate T2m (for hwrf application only)
…hes/HWRF. These changes are from Rob Fovell (SUNY-Albany). Merge remote-tracking branch 'origin/H218PBLYSU' into HWRF
debugging that were leftover from the MYNN/YSU code merge.
Conflicts: .github/PULL_REQUEST_TEMPLATE Makefile README Registry/Registry.EM Registry/Registry.EM_CHEM Registry/Registry.EM_COMMON Registry/Registry.NMM Registry/registry.chem Registry/registry.dimspec Registry/registry.fire Registry/registry.hyb_coord Registry/registry.var arch/Config_new.pl arch/configure.defaults arch/postamble chem/aerosol_driver.F chem/chem_driver.F chem/chemics_init.F chem/depend.chem chem/emissions_driver.F chem/module_add_emiss_burn.F chem/module_bioemi_megan2.F chem/module_mosaic_driver.F chem/module_mosaic_therm.F chem/module_mozcart_wetscav.F chem/module_phot_tuv.F chem/optical_driver.F chem/photolysis_driver.F configure doc/README.DA dyn_em/couple_or_uncouple_em.F dyn_em/module_advect_em.F dyn_em/module_bc_em.F dyn_em/module_big_step_utilities_em.F dyn_em/module_diffusion_em.F dyn_em/module_em.F dyn_em/module_first_rk_step_part1.F dyn_em/module_first_rk_step_part2.F dyn_em/module_initialize_b_wave.F dyn_em/module_initialize_convrad.F dyn_em/module_initialize_fire.F dyn_em/module_initialize_grav2d_x.F dyn_em/module_initialize_heldsuarez.F dyn_em/module_initialize_hill2d_x.F dyn_em/module_initialize_les.F dyn_em/module_initialize_quarter_ss.F dyn_em/module_initialize_real.F dyn_em/module_initialize_scm_xy.F dyn_em/module_initialize_seabreeze2d_x.F dyn_em/module_initialize_squall2d_x.F dyn_em/module_initialize_squall2d_y.F dyn_em/module_initialize_tropical_cyclone.F dyn_em/module_polarfft.F dyn_em/module_small_step_em.F dyn_em/module_stoch.F dyn_em/nest_init_utils.F dyn_em/solve_em.F dyn_em/start_em.F dyn_nmm/module_PHYSICS_CALLS.F dyn_nmm/solve_nmm.F external/RSL_LITE/module_dm.F external/atm_ocn/atm_comm.F external/atm_ocn/module_PATCH_QUILT.F frame/module_integrate.F inc/version_decl main/Makefile main/depend.common main/ndown_em.F phys/Makefile phys/module_bl_gfsedmf.F phys/module_bl_gwdo.F phys/module_bl_mynn.F phys/module_bl_ysu.F phys/module_cu_gf_deep.F phys/module_cu_gf_sh.F phys/module_cu_gf_wrfdrv.F phys/module_cu_ntiedtke.F phys/module_cu_scalesas.F phys/module_cumulus_driver.F phys/module_diag_hailcast.F phys/module_diagnostics_driver.F phys/module_fddaobs_rtfdda.F phys/module_fr_fire_atm.F phys/module_microphysics_driver.F phys/module_mp_nssl_2mom.F phys/module_mp_p3.F phys/module_mp_thompson.F phys/module_pbl_driver.F phys/module_physics_addtendc.F phys/module_physics_init.F phys/module_ra_rrtmg_lw.F phys/module_ra_rrtmg_sw.F phys/module_radiation_driver.F phys/module_sf_exchcoef.F phys/module_sf_mynn.F phys/module_sf_noahmpdrv.F phys/module_sf_noahmplsm.F phys/module_sf_ruclsm.F phys/module_surface_driver.F run/README.namelist share/dfi.F share/input_wrf.F share/mediation_integrate.F share/module_bc.F share/module_check_a_mundo.F share/output_wrf.F share/solve_interface.F test/em_hill2d_x/extras/namelist.input-100m_hill-10mps-N^2=0.0001-30km_deep-20km_damping-dampcoef=0.1-etac=0.2 test/em_hill2d_x/extras/namelist.input-700m_hill-15mps-n^2=0.0001-25km_deep-15km_damping-dampcoef=0.08-etac=0.2 test/em_hill2d_x/extras/namelist.input-HILL test/em_hill2d_x/extras/namelist.input-HILL-51 test/em_hill2d_x/extras/namelist.input-HILL-schar test/em_real/examples.namelist test/em_real/namelist.input test/em_real/namelist.input.4km test/em_real/namelist.input.global test/em_real/namelist.input.jan00 test/em_real/namelist.input.jun01 test/nmm_tropical_cyclone/namelist.input test/nmm_tropical_cyclone/namelist.wps tools/commit_form.txt var/README.namelist var/README.radiance var/build/.gitignore var/build/da_name_space.pl var/build/depend.txt var/da/da_gpspw/da_get_innov_vector_gpsztd.inc var/da/da_gpspw/da_gpspw.f90 var/da/da_main/da_med_initialdata_input.inc var/da/da_main/da_solve.inc var/da/da_main/da_update_firstguess.inc var/da/da_main/da_wrfvar_init2.inc var/da/da_minimisation/da_calculate_gradj.inc var/da/da_minimisation/da_calculate_j.inc var/da/da_minimisation/da_minimisation.f90 var/da/da_obs/da_obs.f90 var/da/da_obs_io/da_obs_io.f90 var/da/da_obs_io/da_read_lsac_util.inc var/da/da_radar/da_get_innov_vector_radar.inc var/da/da_radar/da_transform_xtoy_radar.inc var/da/da_radar/da_transform_xtoy_radar_adj.inc var/da/da_radiance/da_radiance.f90 var/da/da_setup_structures/da_setup_obs_structures.inc var/da/da_setup_structures/da_setup_structures.f90 var/da/da_synop/da_get_innov_vector_synop.inc var/da/da_test/da_check_xtoy_adjoint.inc var/da/da_test/da_test.f90 var/da/da_transfer_model/da_transfer_model.f90 var/da/da_transfer_model/da_transfer_wrftltoxa.inc var/da/da_transfer_model/da_transfer_wrftltoxa_adj.inc var/da/da_transfer_model/da_transfer_wrftoxb.inc var/da/da_transfer_model/da_transfer_xatowrftl.inc var/da/da_transfer_model/da_transfer_xatowrftl_adj.inc var/run/README var/run/VARBC.in var/run/crtm_coeffs var/run/crtm_coeffs_2.2.3/AerosolCoeff.bin var/run/crtm_coeffs_2.2.3/CloudCoeff.bin var/run/crtm_coeffs_2.2.3/FASTEM4.MWwater.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/FASTEM5.MWwater.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/IGBP.IRland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/IGBP.VISland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.IRice.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.IRland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.IRsnow.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.VISice.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.VISland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.VISsnow.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/NPOESS.VISwater.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/Nalli.IRwater.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/airs281_aqua.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsr2_gcom-w1.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_aqua.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_metop-a.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_metop-b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_metop-c.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_n15.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_n16.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_n17.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_n18.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsua_n19.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsub_n15.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsub_n16.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/amsub_n17.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/atms_npp.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/hirs4_metop-b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/iasi616_metop-a.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/iasi616_metop-b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mhs_metop-a.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mhs_metop-b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mhs_metop-c.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mhs_n18.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mhs_n19.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mwhs_fy3a.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mwhs_fy3b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mwts_fy3a.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/mwts_fy3b.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/seviri_m08.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/seviri_m09.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/seviri_m10.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/ssmis_f16.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/ssmis_f17.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/ssmis_f18.TauCoeff.bin var/run/crtm_coeffs_2.2.3/ODPS/ssmis_f20.TauCoeff.bin var/run/crtm_coeffs_2.2.3/USGS.IRland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/USGS.VISland.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/WuSmith.IRwater.EmisCoeff.bin var/run/crtm_coeffs_2.2.3/airs281_aqua.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsr2_gcom-w1.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_aqua.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_metop-a.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_metop-b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_metop-c.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_n15.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_n16.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_n17.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_n18.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsua_n19.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsub_n15.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsub_n16.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/amsub_n17.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/atms_npp.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/hirs4_metop-b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/iasi616_metop-a.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/iasi616_metop-b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mhs_metop-a.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mhs_metop-b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mhs_metop-c.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mhs_n18.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mhs_n19.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mwhs_fy3a.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mwhs_fy3b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mwts_fy3a.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/mwts_fy3b.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/ssmis_f16.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/ssmis_f17.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/ssmis_f18.SpcCoeff.bin var/run/crtm_coeffs_2.2.3/ssmis_f20.SpcCoeff.bin
…ud, aercu_opt, etc)
…grate this later!)
modified: dyn_nmm/start_domain_nmm.F
This reverts commit 70cf465. --issue found running the baseline configuration, needs further investigation
Author
|
reopen for testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first line should be a single-line "purpose" for this change
TYPE: choose one of [bug fix, enhancement, new feature, feature removed, no impact, text only]
KEYWORDS: 5 to 10 words related to commit, separated by commas
SOURCE: Either "developer's name (affiliation)" .XOR. "internal" for a WRF Dev committee member
DESCRIPTION OF CHANGES:
Problem:
Generally or specifically, what was wrong and needed to be addressed?
Solution:
What was down algorithmically and in the source code to address the problem?
ISSUE: For use when this PR closes an issue.
Fixes #123
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status masterto get formatted list)TESTS CONDUCTED:
RELEASE NOTE: Include a stand-alone message suitable for the inclusion in the minor and annual releases. A publication citation is appropriate.