-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Porting miscellaneous changes from the various column package branche…
…s back to the trunk. BFB in the standard configuration, but the initializations and conditional changes for coszen could change the answers in other configurations. Also the flux calculation change in ice_therm_itd.F90 could change the answers in coupled simulations. PIO changes are not tested. Regarding logic behind the ice_therm_itd.F90 modification, there are two namelist flags in play here: update_ocn_f = true if the ocean model being coupled does not assume fresh water and salt content of frazil ice (e.g. HadGEM, ACME); otherwise update_ocn_f = false. ktherm = 2 includes the fresh water and salt content of frazil ice in its calculations, consistent with update_ocn_f = true, and therefore if update_ocn_f = false then these need to be removed from the fluxes. ktherm = 0 and 1 do not include fresh water and salt content in their calculations, and therefore if update_ocn_f = true then they need to be added. M source/ice_shortwave.F90 - initialize scale_factor - change gamma to agamm (to avoid conflict with Fortran intrinsic) M source/ice_firstyear.F90 - removed executable property M source/ice_flux.F90 - initialize coszen M source/ice_therm_itd.F90 - alter fresh and fsalt fluxes calculation depending on update_ocn_f and ktherm M source/ice_history_shared.F90 - bug fix for num_avail_hist_fields_3Dz M source/ice_spacecurve.F90 - initialize res M source/ice_history.F90 - remove unneeded variable declarations M input_templates/run_ice.Linux.LANL.conejo M comp_ice - change path to run directory at LANL M drivers/cice/CICE_RunMod.F90 M drivers/cesm/CICE_RunMod.F90 M drivers/hadgem3/CICE_RunMod.F90 - include = in coszen conditional M io_pio/ice_pio.F90 - change dof*d from pio_offset_kind to int_kind M io_pio/ice_history_write.F90 - all processors call date_and_time - change PIO_OFFSET_KIND to PIO_OFFSET
- Loading branch information
1 parent
c53339b
commit faa7189
Showing
14 changed files
with
59 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters