-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add capability to write out global regular (non-gaussian) lat/lon grid history files #91
Comments
@junwang-noaa pointed out that the 'latlon_grid' option was intended to provide this functionality, but was never fully implemented. Right now it does not produce any output. I've gone ahead and removed the non-functional 'latlon_grid' code from module_wrt_grid_comp.F90. |
@yangfanglin asked how to define the resolution of the output grid. The parameters |
Currently, |
The code changes were merged to develop branch in PR #104. close ticket. |
* Set convert_dry_rho from false to true. * Point ccpp/physics to corresponding CCPP changes
…physics (NCAR#91) * Update .gitmodules and submodule pointer for fv3atm for code review and testing * Regression test logs for hera.intel using rt.sh * Regression test logs for wcoss_dell_p3 using NEMSCompsetRun * Update submodule pointer for FV3 after renaming S2S suite suite_FV3_GFS_2017_coupled_satmedmf.xml to suite_FV3_GFS_2017_satmedmf_coupled.xml * Regression test logs for wcoss_dell_p3 using rt.sh; regression test logs for wcoss_cray using rt.sh and NEMSCompsetRun * Regression test logs for hera.intel using NEMSCompsetRun * Revert change to .gitmodules and update submodule pointer for fv3atm
* Changes to logging and initialization of the CLM Lake Model. 1. Use ice thickness hice(i) to find the level in the lake where ice is zero. 2. Do not allow lake temperature to be below freezing point if there is no ice. 3. If there is no snow or ice, do not allow surface lake temperature to be below freezing point. These changes fixed the problem with large errors in the energy budget at the beginning of the cold-start run with lakes. 4. Added flag to turn on debug print statements in the CLM lake model. * merge ccpp-physics #91 (UFS-SRW v3.0.0 SciDoc updates)
add in test for do_cube_transform in fv_grid_tool::init_grid
The 'gaussian_grid' option is used for backwards compatibility with the spectral GFS, for downstream applications (like GSI) that expect gaussian latitudes. Most applications would prefer a regular evenly-spaced latitude grid. Therefore, it makes sense to add a 'global_latlon' option for 'output_grid' in model_configure.
The text was updated successfully, but these errors were encountered: