-
Notifications
You must be signed in to change notification settings - Fork 153
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
Updated sfc_nst.f, sfc_nst.meta, module_nst_water_prop.f90 and flake_… #588
Conversation
…move_zorl_interstitial
…move_zorl_interstitial
Hi, Dom,
I have answered the questions below for the parts I have modified.
Please fix whitespaces (align &) at the end
Yes, it has been fixed.
You need to revert all these changes.
Yes, they have been reverted.
Thanks! Regards
*Yihua----------------------------------------------------Yihua Wu, Ph D*I.M.
Systems Group
NOAA/NWS/NCEP/EMC
5830 University Research Court, Room: 2031
College Park, Maryland 20740, USA
Phone: (301)-683-3691
Fax: (301)-683-3703
…On Thu, Mar 18, 2021 at 11:30 AM Dom Heinzeller ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> @@ -8,12 +8,15 @@ module sfc_nst
! \brief This subroutine is empty since there are no procedures that need to be done to initialize the GFS NSST code.
!! This subroutine is empty since there are no procedures that need to be done to initialize the GFS NSST code.
+!!
+!! \section arg_table_sfc_nst_init Argument Table
If you add this, you should also add the htmlinclude statements. I
recommend reverting this change, the _init routine is not used.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> !!
subroutine sfc_nst_init
end subroutine sfc_nst_init
! \brief This subroutine is empty since there are no procedures that need to be done to finalize the GFS NSST code.
!! This subroutine is empty since there are no procedures that need to be done to finalize the GFS NSST code.
+!! \section arg_table_sfc_nst_finalize Argument Table
If you add this, you should also add the htmlinclude statements. I
recommend reverting this change, the _finalize routine is not used.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> @@ -655,10 +660,14 @@ module sfc_nst_pre
!! The NSST scheme is one of the three schemes used to represent the
!! surface in the GFS physics suite. The other two are the Noah land
!! surface model and the sice simplified ice model.
+!!
Same as above.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> !!
subroutine sfc_nst_pre_init
end subroutine sfc_nst_pre_init
+!! \section arg_table_sfc_nst_finalize Argument Table
Same as above.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> @@ -754,11 +764,15 @@ module sfc_nst_post
! \defgroup GFS_NSST_POST GFS Near-Surface Sea Temperature Post
!! \brief Brief description of the parameterization
+!!
+!! \section arg_table_sfc_nst_post_init Argument Table
Same as above.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> !!
subroutine sfc_nst_post_init
end subroutine sfc_nst_post_init
! \brief Brief description of the subroutine
+!!
+!! \section arg_table_sfc_nst_post_finalize Argument Table
Same as above.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> @@ -773,7 +787,7 @@ end subroutine sfc_nst_post_finalize
! \section NSST_detailed_post_algorithm Detailed Algorithm
! @{
subroutine sfc_nst_post_run &
- & ( im, rlapse, tgice, wet, icy, oro, oro_uf, nstf_name1, &
+ & ( im, rlapse, tgice, wet, lake,icy, oro, oro_uf, nstf_name1, &
Please fix whitespaces (align &) at the end
------------------------------
In physics/sfc_nst.meta
<#588 (comment)>:
> @@ -118,7 +118,7 @@
standard_name = surface_air_pressure
long_name = surface pressure
units = Pa
- dimensions = (horizontal_loop_extent)
You need to revert all these changes (horizontal_loop_extent) -->
(horizontal_dimension). For variables in the metadata tables for the _run
routines, you must use (horizontal_loop_extent).
Conversely, for variables in the metadata tables for the _init/
_timestep_init,/_timestep_finalize/_finalize routines, you must use
horizontal_dimension
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#588 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANJBYQHXRZ333WGF3IW3FALTEIMABANCNFSM4YZRNQMA>
.
|
Thanks, Yihua. The only changes left are the |
Hi, Dom,
Those are from the version I checked out earlier. I did not add them.
But, they have been removed.
Thanks!
*Yihua----------------------------------------------------Yihua Wu, Ph D*I.M.
Systems Group
NOAA/NWS/NCEP/EMC
5830 University Research Court, Room: 2031
College Park, Maryland 20740, USA
Phone: (301)-683-3691
Fax: (301)-683-3703
…On Thu, Mar 18, 2021 at 6:32 PM Dom Heinzeller ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In physics/sfc_nst.f
<#588 (comment)>:
> !!
subroutine sfc_nst_post_init
end subroutine sfc_nst_post_init
! \brief Brief description of the subroutine
+!!
+!! \section arg_table_sfc_nst_post_finalize Argument Table
This one is also still left.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#588 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANJBYQD45JFZEOSLGZE4P3TTEJ5P5ANCNFSM4YZRNQMA>
.
|
…reading_aerosol_interp_noahmp_init
…rface_composites_pre_run
…move_zorl_interstitial
…ace composites from ocean to water
…e no longer existant Interstitial%dtdtc
…ji/ccpp-physics into rename_surface_composites_ocean_water
…tion, redifined lake to use_flake
This PR is currently in a messed-up state, it shows 40 changed files, many of them from the last PR that went into master. I am adding the "do not merge" label until this is resolved. |
@YihuaWu-NOAA this could be a github bug. I am going to close your PR and immediately reopen it, maybe that fixes it ... |
closing/reopening to see if this fixes a github bug |
This PR has been pulled into #629 and will be merged automatically as part of it. Do not merge manually. |
@YihuaWu-NOAA to expedite the process of merging this, we are going to work with PR #629 from now on. Please make sure that all changes are as you wanted them to be, if not let me know. I only fixed the github issues and reverted a few unnecessary formatting changes. Thanks! |
Wrapper for #588 (Updated sfc_nst.f, sfc_nst.meta, module_nst_water_prop.f90 and flake_driver.F90)
…th the Thompson microphysics scheme (NCAR#588) * version worked for producing nifa and nwfa * added mraerosol in typedef * use ltaersol=.true. and merra2 * Add consistency check for Thompson aerosol options to GFS_typedefs.F90 * using field table instead of code change for mraerosol * Updates and bug fixes for Thompson-Merra2 Co-authored-by: anning.cheng <[email protected]> Co-authored-by: Dom Heinzeller <[email protected]> Co-authored-by: AnningCheng-NOAA <[email protected]>
…driver.F90