/[MITgcm]/MITgcm/verification/lab_sea/input_ad/data.seaice
ViewVC logotype

Annotation of /MITgcm/verification/lab_sea/input_ad/data.seaice

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.14 - (hide annotations) (download)
Thu Dec 22 12:33:40 2011 UTC (12 years, 4 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint63h
Changes since 1.13: +5 -0 lines
sort out emissivity and long wave radiation step 2:
add emissivity for snow and ice as new run-time parameters
that default to the corresponding exf values; this
changes results in many verification experiments so that for backward
compatibility these parameter are now set explicitly to inconsistent
values (ugly)

1 heimbach 1.1 # SEAICE parameters
2     &SEAICE_PARM01
3 jmc 1.13 #- old default for useFluxForm and DIFF1:
4     SEAICEuseFluxForm = .FALSE.,
5     DIFF1 = 4.E-3,
6 heimbach 1.1 SEAICE_initialHEFF = 1.0,
7     SEAICE_deltaTtherm = 3600.,
8     SEAICE_deltaTdyn = 3600.,
9     SEAICEuseDYNAMICS =.TRUE.,
10 jmc 1.8 #-- According to Martin, SEAICE_clipVelocities is not recommended
11     # SEAICE_clipVelocities=.TRUE.,
12     SEAICEadvSalt =.FALSE.,
13     SEAICEadvAge =.FALSE.,
14     #-- above: to reproduce old results
15 heimbach 1.1 LSR_ERROR = 1.E-6,
16 heimbach 1.5 ### SEAICE_deltaTevp = 60,
17 heimbach 1.3 SEAICE_EPS = 1.E-8,
18 ifenty 1.12 SIsalFRAC = 0.3,
19 jmc 1.8 SEAICE_availHeatFrac = 0.8,
20     SEAICEadvSnow = .TRUE.,
21     SEAICEuseFlooding = .TRUE.,
22 jmc 1.13 SEAICEwriteState = .TRUE.,
23 heimbach 1.1 # SEAICE_tave_mnc = .FALSE.,
24     # SEAICE_dump_mnc = .FALSE.,
25     # SEAICE_mon_mnc = .FALSE.,
26 mlosch 1.14 # For backward compatibility only:
27     # emissivities should be inherited from exf and setting them here does
28     # not set a good example
29     SEAICE_snow_emiss = 0.97001763668430343479,
30     SEAICE_ice_emiss = 0.97001763668430343479,
31 heimbach 1.1 &
32 jmc 1.13
33 heimbach 1.1 &SEAICE_PARM02
34     mult_ice = 1.,
35     # choose which seaice cost term you want
36     cost_ice_flag = 1,
37     # the following timings are obsolete;
38     # replaced by lastinterval
39     costIceStart1 = 20000101,
40     costIceStart2 = 00000,
41     costIceEnd1 = 20000201,
42     costIceEnd2 = 00000,
43     &
44 jmc 1.13
45     &SEAICE_PARM03
46     &

  ViewVC Help
Powered by ViewVC 1.1.22