-
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.
Merge from cesm_cice branch into trunk, r992:1074.
BUG FIX: changed shortwave calculation to depend on the net shortwave sum instead of cosine of the zenith angle. This changes the answers. In addition to the different shortwave calculation, albedo output in history is different. Did not adopt CESM's naming convention for history files (commented out), since that potentially breaks the post-processing software of other users. M mpi/ice_boundary.F90 M mpi/ice_global_reductions.F90 - remove save attribute MM source/ice_init.F90 - write nslyr to diagnostics file M source/ice_domain.F90 - add 1 to latitude distribution M source/ice_calendar.F90 - add CCSMCOUPLED wrapper M source/ice_restart_shared.F90 - lengthen character length for restart_file M source/ice_itd.F90 - add CCSMCOUPLED wrapper - remove (:,:) from atrcr in compute_tracers call M source/ice_history_pond.F90 - use flag f_apond_ai for variable apond_ai M source/ice_shortwave.F90 - add new variables snowfracn - compute netsw instead of using coszen for history averaging M source/ice_aerosol.F90 - remove scaling by aice from dhs, dhi terms M source/ice_diagnostics.F90 - use work1 instead of coszen M source/ice_step_mod.F90 - add snowfracn M source/ice_flux.F90 - add CCSMCOUPLED values for l_winter, l_spring - add snowfrac MM source/ice_therm_bl99.F90 - add CCSMCOUPLED values for frac, dTemp M source/ice_history_shared.F90 - change VGRD to VGRDi for 3D variables - add snowfrac, snowfracn, fswup, alvdr_ai etc - cosmetic M source/ice_history.F90 M input_templates/gx1/ice_in M input_templates/gx3/ice_in M input_templates/col/ice_in - add snowfrac, snowfracn, fswup, alvdr_ai etc M drivers/cice/CICE_RunMod.F90 M drivers/cice/CICE_RunMod.F90_debug M drivers/hadgem3/CICE_RunMod.F90 - add snowfrac, snowfracn - compute netsw instead of using coszen for history averaging M drivers/cesm/CICE_RunMod.F90 - add snowfrac, snowfracn, l_mpond_fresh - skip dynamics call if kdyn=0 - compute netsw instead of using coszen for history averaging M drivers/cesm/ice_comp_esmf.F90 - change idate M drivers/cesm/ice_comp_mct.F90 - change idate - initialize data M io_pio/ice_history_write.F90 - add histfreqn, time_period_freq, iodesc4ds, - change nzlyr to nzilyr - add nzslyr - add 4d fields (categories, vertical ice)
- Loading branch information
1 parent
6826c37
commit c53339b
Showing
26 changed files
with
367 additions
and
144 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
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
Oops, something went wrong.