- Timestamp:
- 2020-03-26T10:38:55+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.1_fix_cpl/src/ICE/icethd_pnd.F90
r12566 r12605 133 133 REAL(wp), PARAMETER :: zpnd_aspect = 0.8_wp ! pond aspect ratio 134 134 REAL(wp), PARAMETER :: zTp = -2._wp ! reference temperature 135 REAL(wp), PARAMETER :: max_h_diff_s = -1.0E-6 136 REAL(wp), P UBLIC, PARAMETER :: pnd_lid_max = 0.015_wp !pond lid thickness above which the ponds disappear from the albedo calculation137 REAL(wp), P UBLIC, PARAMETER :: pnd_lid_min = 0.005_wp !pond lid thickness below which the full pond area is used in the albedo calculation135 REAL(wp), PARAMETER :: max_h_diff_s = -1.0E-6 ! Maximum meltpond depth change due to leaking or overflow (m s-1) 136 REAL(wp), PARAMETER :: pnd_lid_max = 0.015_wp ! pond lid thickness above which the ponds disappear from the albedo calculation 137 REAL(wp), PARAMETER :: pnd_lid_min = 0.005_wp ! pond lid thickness below which the full pond area is used in the albedo calculation 138 138 ! 139 139 REAL(wp) :: tot_mlt ! Total ice and snow surface melt (some goes into ponds, some into the ocean) … … 159 159 REAL(wp) :: za_ip ! Temporary pond fraction 160 160 REAL(wp) :: max_h_diff_ts ! Maximum meltpond depth change due to leaking or overflow (m per ts) 161 REAL(wp) , DIMENSION(jpi,jpj,jpl) :: lfrac_pnd! The fraction of the meltpond exposed (not inder a frozen lid)161 REAL(wp) :: lfrac_pnd ! The fraction of the meltpond exposed (not inder a frozen lid) 162 162 163 163 !
Note: See TracChangeset
for help on using the changeset viewer.