/[MITgcm]/MITgcm/verification/lab_sea/input/data.exf
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/input/data.exf

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


Revision 1.3 - (show annotations) (download)
Tue Feb 18 05:33:56 2003 UTC (21 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint50c_post, checkpoint50c_pre, checkpoint48i_post, checkpoint50d_pre, checkpoint50, checkpoint50d_post, checkpoint50b_pre, checkpoint48f_post, checkpoint48h_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint50e_pre, checkpoint50e_post, checkpoint49, checkpoint48g_post, checkpoint50b_post
Changes since 1.2: +15 -3 lines
Merging from release1_p12:
o Modifications for using pkg/exf with pkg/seaice
  - improved description of the various forcing configurations
  - added basic radiation bulk formulae to pkg/exf
  - units/sign fix for evap computation in exf_getffields.F
  - updated verification/global_with_exf/results/output.txt
o Added pkg/sbo for computing IERS Special Bureau for the Oceans
  (SBO) core products, including oceanic mass, center-of-mass,
  angular, and bottom pressure (see pkg/sbo/README.sbo).
o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
  to avoid negative values in shallow regions.
  - updated verification/natl_box/results/output.txt
  - updated verification/lab_sea/results/output.txt
o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
o Added useSingleCpuIO option (see PARAMS.h).
o Updated useSingleCpuIO option in mdsio_writefield.F to
  work with multi-field files, e.g., for single-file pickup.
o pkg/seaice:
  - bug fix in growth.F: QNET for no shortwave case
  - added HeffFile for specifying initial sea-ice thickness
  - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
  kpp_transport_t.F, forward_step.F, and the_main_loop.F
o pkg/seaice:
  - adjoint-friendly modifications
  - added a SEAICE_WRITE_PICKUP at end of the_model_main.F

1 # $Header: /u/gcmpack/MITgcm/verification/lab_sea/input/data.exf,v 1.1.2.3 2003/01/12 09:18:32 dimitri Exp $
2 #
3 # *********************
4 # External Forcing Data
5 # *********************
6 &EXF_NML
7 hfluxstartdate1 = 19781216,
8 hfluxstartdate2 = 180000,
9 hfluxperiod = 2635200.0,
10 #
11 sfluxstartdate1 = 19781216,
12 sfluxstartdate2 = 180000,
13 sfluxperiod = 2635200.0,
14 #
15 ustressstartdate1 = 19781216,
16 ustressstartdate2 = 180000,
17 ustressperiod = 2635200.0,
18 #
19 vstressstartdate1 = 19781216,
20 vstressstartdate2 = 180000,
21 vstressperiod = 2635200.0,
22 #
23 atempstartdate1 = 19781216,
24 atempstartdate2 = 180000,
25 atempperiod = 2635200.0,
26 #
27 aqhstartdate1 = 19781216,
28 aqhstartdate2 = 180000,
29 aqhperiod = 2635200.0,
30 #
31 evapstartdate1 = 19781216,
32 evapstartdate2 = 180000,
33 evapperiod = 2635200.0,
34 #
35 precipstartdate1 = 19781216,
36 precipstartdate2 = 180000,
37 precipperiod = 2635200.0,
38 #
39 uwindstartdate1 = 19781216,
40 uwindstartdate2 = 180000,
41 uwindperiod = 2635200.0,
42 #
43 vwindstartdate1 = 19781216,
44 vwindstartdate2 = 180000,
45 vwindperiod = 2635200.0,
46 #
47 swfluxstartdate1 = 19781216,
48 swfluxstartdate2 = 180000,
49 swfluxperiod = 2635200.0,
50 #
51 lwfluxstartdate1 = 19781216,
52 lwfluxstartdate2 = 180000,
53 lwfluxperiod = 2635200.0,
54 #
55 swdownstartdate1 = 19781216,
56 swdownstartdate2 = 180000,
57 swdownperiod = 2635200.0,
58 #
59 lwdownstartdate1 = 19781216,
60 lwdownstartdate2 = 180000,
61 lwdownperiod = 2635200.0,
62 #
63 hfluxfile = ' ',
64 sfluxfile = ' ',
65 ustressfile = ' ',
66 vstressfile = ' ',
67 atempfile = 'tair.labsea1979',
68 aqhfile = 'qa.labsea1979',
69 uwindfile = 'u10m.labsea79',
70 vwindfile = 'v10m.labsea79',
71 evapfile = 'evap.labsea1979',
72 precipfile = 'prate.labsea1979',
73 lwfluxfile = ' ',
74 swfluxfile = ' ',
75 lwdownfile = 'flo.labsea1979',
76 swdownfile = 'fsh.labsea1979',
77 runoffFile = ' '
78 #
79 exf_iprec = 32,
80 exf_yftype = 'RL',
81 #
82 EXFwindOnBgrid = .TRUE.
83 &

  ViewVC Help
Powered by ViewVC 1.1.22