/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/input/data.seaice
ViewVC logotype

Annotation of /MITgcm/verification/1D_ocean_ice_column/input/data.seaice

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


Revision 1.4 - (hide annotations) (download)
Thu Apr 28 02:08:59 2011 UTC (13 years ago) by ifenty
Branch: MAIN
CVS Tags: checkpoint62y, checkpoint62x
Changes since 1.3: +1 -1 lines
Updating of verification experiments now that SEAICE_SALINITY has
been changed to SEAICE_VARIABLE_SALINITY and SEAICE_salinity has been
changed to SIsalFRAC.

Noticed that ICE2WATR was still being used to initialize the HSALT
in the lab_sea verification experiments.  Removed it from the code
but that broke testreport.  Hence, some lab_sea/results/*txt files
had to be replaced.

Now pretty sure that ICE2WATR has been complete neutralized.

: Modified Files:
: 	lab_sea/results/output_adm.evp.txt
: 	lab_sea/results/output_adm.noseaicedyn.txt
: 	lab_sea/results/output_adm.txt
: 	lab_sea/input_ad/data.seaice lab_sea/input_ad.evp/data.seaice
: 	lab_sea/input_ad.noseaicedyn/data.seaice
: 	lab_sea/input.salt_plume/data.seaice
: 	lab_sea/code_ad/SEAICE_OPTIONS.h lab_sea/code/SEAICE_OPTIONS.h

: 	1D_ocean_ice_column/input_ad/data.seaice
: 	1D_ocean_ice_column/input/data.seaice
: 	1D_ocean_ice_column/code_ad/SEAICE_OPTIONS.h
: 	1D_ocean_ice_column/code/SEAICE_OPTIONS.h

: 	seaice_obcs/input/data.seaice
: 	seaice_obcs/code/SEAICE_OPTIONS.h

: 	global_ocean.cs32x15/code_ad/SEAICE_OPTIONS.h
: 	global_ocean.cs32x15/code/SEAICE_OPTIONS.h
:
: 	offline_exf_seaice/code_ad/SEAICE_OPTIONS.h
: 	offline_exf_seaice/code/SEAICE_OPTIONS.h
: ----------------------------------------------------------------------

1 ifenty 1.1 # SEAICE parameters
2     &SEAICE_PARM01
3     SEAICEwriteState = .TRUE.,
4     SEAICE_initialHEFF = 0.0,
5     SEAICE_deltaTtherm = 3600.,
6     SEAICE_deltaTdyn = 3600.,
7     SEAICEuseDYNAMICS =.FALSE.,
8     SEAICEadvSalt =.FALSE.,
9     SEAICEadvAge =.FALSE.,
10     LSR_ERROR = 1.E-6,
11     SEAICE_EPS = 1.E-8,
12     SEAICEadvSnow = .TRUE.,
13 ifenty 1.4 SIsalFRAC = 0.30,
14 ifenty 1.1 SEAICEuseFlooding = .TRUE.,
15 ifenty 1.3 areaMin = 1e-8,
16 ifenty 1.1
17     &
18     &SEAICE_PARM02
19     mult_ice = 1.,
20     # choose which seaice cost term you want
21     cost_ice_flag = 2,
22     # the following timings are obsolete;
23     # replaced by lastinterval
24     costIceStart1 = 20000101,
25     costIceStart2 = 00000,
26     costIceEnd1 = 20000201,
27     costIceEnd2 = 00000,
28     &

  ViewVC Help
Powered by ViewVC 1.1.22