Last change
on this file was
12636,
checked in by dancopsey, 11 months ago
|
Add:
- Melt pond lids
- Melt pond maximum area and thickness
- Melt pond vertical flushing
- Area contributing to melt ponds depends on total ice fraction
|
-
Property svn:mime-type set to
text/x-fortran
|
File size:
1.2 KB
|
Rev | Line | |
---|
[10201] | 1 | !------------------------------------------------------------------------------ |
---|
| 2 | &namthd_pnd ! Melt ponds |
---|
| 3 | !------------------------------------------------------------------------------ |
---|
[11536] | 4 | ln_pnd = .false. ! activate melt ponds or not |
---|
| 5 | ln_pnd_H12 = .false. ! activate evolutive melt ponds (from Holland et al 2012) |
---|
[12636] | 6 | rn_pnd_min = 0.15 ! Minimum ice fraction that contributes to melt ponds |
---|
| 7 | rn_pnd_max = 0.7 ! Maximum ice fraction that contributes to melt ponds |
---|
| 8 | ln_pnd_totfrac = .false. ! Use total ice fraction instead of category ice fraction in melt pond contribution fracton |
---|
| 9 | ln_pnd_overflow = .false. ! Allow ponds to overflow and have vertical flushing |
---|
| 10 | ln_pnd_lids = .false. ! Melt ponds can have frozen lids |
---|
| 11 | ln_use_pndmass = .true. ! Use melt pond mass flux diagnostic, passing it to the ocean for emp |
---|
[11536] | 12 | ln_pnd_CST = .false. ! activate constant melt ponds |
---|
| 13 | rn_apnd = 0.2 ! prescribed pond fraction, at Tsu=0 degC |
---|
| 14 | rn_hpnd = 0.05 ! prescribed pond depth, at Tsu=0 degC |
---|
| 15 | ln_pnd_alb = .false. ! melt ponds affect albedo or not |
---|
[10201] | 16 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.