Skip to content

HWRF: Add landfall capability to the HWRF idealized tropical cyclone case.#9

Merged
llpcarson merged 13 commits intowrf-model:HWRFfrom
llpcarson:HWRF_CC_20160927
Oct 7, 2016
Merged

HWRF: Add landfall capability to the HWRF idealized tropical cyclone case.#9
llpcarson merged 13 commits intowrf-model:HWRFfrom
llpcarson:HWRF_CC_20160927

Conversation

@llpcarson
Copy link
Contributor

NOTE: This is a pull request into a branch (HWRF), not the trunk/master!

TYPE: enhancement

KEYWORDS: HWRF idealized landfall

SOURCE: Subashini Subramanian (DTC visitor)

PURPOSE: Add landfall capability (optional) to the HWRF idealized tropical cyclone case.

DESCRIPTION OF CHANGES:

Add the option to include landfall (GFDL LSM only) with the HWRF idealized tropical cyclone
simulation. In this mode, the storm stays in the center of the domain, and the background
moves underneath it. So, the land option has a land surface also moving through the domain,
under the storm. The user can specify the rate, as well as N-S, S-N, E-W or W-E.

LIST OF MODIFIED FILES (annotated if not obvious, not required to be on a single line):

Registry/Registry.NMM
dyn_nmm/module_BNDRY_COND.F
dyn_nmm/module_NEST_UTIL.F
dyn_nmm/module_initialize_tropical_cyclone.F
dyn_nmm/solve_nmm.F
test/nmm_tropical_cyclone/land.nml
test/nmm_tropical_cyclone/namelist.input
test/nmm_tropical_cyclone/namelist.wps

TESTS CONDUCTED (explicitly state mandatory, voluntary, and assigned tests, not required to be on a single line):

HWRF end-to-end forecast with the operational configuration - no change to results
HWRF Idealized case with and without land (default is no land surface) - results as expected.

llpcarson and others added 13 commits July 12, 2016 17:36
Development branch for Subashini Subramanian to work on adding 
landfall options to the HWRF idealized case.

A    https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_ideal_landfall



git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_ideal_landfall@9440 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
… set here. subroutine move_land called. other land surface parameters are updated from land.nml file.

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF_ideal_landfall@9572 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
	modified:   dyn_nmm/module_NEST_UTIL.F
	modified:   dyn_nmm/module_initialize_tropical_cyclone.F
	modified:   dyn_nmm/solve_nmm.F
	modified:   test/nmm_tropical_cyclone/land.nml
* MergeH216: copying HWRF branch to merge H216 changes to HWRF in preparation for merging to trunk

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9406 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Sync with revision 9364 of branch H216

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9407 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Partially merged from OperH216 branch

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9444 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More merging

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9454 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More Merges and bug fixes

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9459 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More Merges and bug fixes

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9460 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More merging in ./frame

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9486 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More merging in ./phys

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9487 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* More merging in ./share

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9488 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* merge surface module

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9489 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* merge bug fix

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9490 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Bug fix in module_sf_gfdl.F

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9491 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Sync with OperH216

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/MergeH216@9492 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Branch commit: added long and short wave heating rate variables

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@9561 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* more complete output files using auxiliary stream 4

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@9563 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* changes for ER overlap from trunk code that is weeks old

git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@9565 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d

* Reverse merging changes made in error from JHenders.



git-svn-id: https://svn-wrf-model.cgd.ucar.edu/branches/HWRF@9567 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
@llpcarson llpcarson merged commit 77c4d55 into wrf-model:HWRF Oct 7, 2016
twjuliano pushed a commit to twjuliano/WRF that referenced this pull request Jun 15, 2021
fix to z0 initialization for nested domains in idealized runs
janmandel added a commit to wrf-sfire/WRF-SFIRE that referenced this pull request Feb 5, 2022
twjuliano pushed a commit to twjuliano/WRF that referenced this pull request Jun 13, 2022
Provide a mesoscale domain sanity-check namelist.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant