Skip to content
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 COMBLE case to CCPP SCM #463

Closed
wants to merge 1 commit into from
Closed

Conversation

bluefinweiwei
Copy link
Collaborator

@bluefinweiwei bluefinweiwei commented Apr 26, 2024

  • Forcing data was provide by COMBLE-MIP Project (github repo).
  • @bluefinweiwei modified the forcing data and scm_input.F90 to work with CCPP SCM.

Forcing data: ../data/processed_case_input/COMBLE_SCM_driver.nc
Case config file: ../etc/case_config/COMBLE.nml
Modified: scm_input.F90

attn: @hertneky @dustinswales @grantfirl @lulinxue

Forcing data was provide by COMBLE-MIP Project (https://github.com/ARM-Development/comble-mip/blob/main/notebooks/forcing/COMBLE_INTERCOMPARISON_FORCING_V2.4.nc)
@bluefinweiwei modify the forcing data and scm_input.F90 to work with CCPP SCM
	new file:   ../data/processed_case_input/COMBLE_SCM_driver.nc
	new file:   ../etc/case_config/COMBLE.nml
	modified:   scm_input.F90
@@ -1630,7 +1630,7 @@ subroutine get_case_init_DEPHY(scm_state, scm_input)
call NetCDF_read_var(ncid, "wprvp_s", .False., input_force_wprvp)
call NetCDF_read_var(ncid, "wprtp_s", .False., input_force_wprtp)
else if (trim(input_surfaceForcingMoist) == 'surface_flux') then
call NetCDF_read_var(ncid, "hfls", .False., input_force_sfc_lat_flx)
call NetCDF_read_var(ncid, "hfls", .False., input_force_sfc_sens_flx)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bluefinweiwei What is the reason for this change? hfls is supposed to be the surface latent heat flux, not sensible.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grantfirl This change should be discarded. About this line, yes, you're right that it should be "lat" not "sens". Also, any change for this line is actually not necessary for COMBLE, since its surface forcing is surface temperature "ts" not heat fluxes. I am not sure why this was not updated and pushed, which might be a mistake by me. Sorry for the confusion!

@grantfirl grantfirl mentioned this pull request Aug 1, 2024
@grantfirl grantfirl closed this Aug 1, 2024
@grantfirl
Copy link
Collaborator

Combined into #496

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.

2 participants