-
Notifications
You must be signed in to change notification settings - Fork 55
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
11 - update_land_model_fast to update_atmos_model_state #125
Conversation
coupler_update_atmos_model_radiation coupler_update_atmos_model_down coupler_flux_down_from_atmos
update_ice_model_fast coupler_flux_up_to_atmos coupler_update_atmos_model_up coupler_flux_atmos_to_ocean
… atmos_model-flux_down
…_fast-atmos_ocean
… tracer_driver_sfc_boundary_test
… atmos_model-flux_down
… land_fast-atmos_ocean
full/coupler_main.F90
Outdated
|
||
call flux_ex_arrays_dealloc | ||
!> atmosphere dynamics | ||
if (do_atmos) call coupler_update_atmos_model_dynamics(Atm, current_timestep, & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this changes the behavior from before. Before, the checksums were always printed as long as do_chksum
was true. In this code, the checksums will be printed if do_atmos is .True. and do_chksum is .True.. This is more efficient. Similar comment applies below too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, we've warned the scientists the chksums will not be computed if do_atmos = .False. which makes sense since they won't change from the previous chksum computation
In this PR, the following coupler subroutines have been defined:
Currently tests are running
The fast coupler loop has been labeled