/[MITgcm]/MITgcm/verification/tutorial_cfc_offline/input/data.cfc
ViewVC logotype

Annotation of /MITgcm/verification/tutorial_cfc_offline/input/data.cfc

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


Revision 1.3 - (hide annotations) (download)
Mon Jun 10 03:07:19 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.2: +25 -0 lines
add description of parameters and default value

1 jmc 1.3 #--------------------+-----------------
2     # CFC pkg parameter setting
3     # lines starting with "#" are comments
4     #--------------------+-----------------
5     # atmCFC_inpFile : file name of Atmospheric CFC time series (ASCII file)
6     # default = 'cfc1112.atm'
7     # atmCFC_recSepTime : time spacing between 2 records of atmos CFC [s]
8     # default = 31104000. (360 days)
9     # atmCFC_timeOffset : time offset for atmos CFC (cfcTime = myTime + offSet)
10     # default = recSepTime - deltaT * PTRACERS_Iter0
11     # atmCFC_yNorthBnd : Northern Lat boundary for interpolation [y-unit]
12     # default = +10.
13     # atmCFC_ySouthBnd : Southern Lat boundary for interpolation [y-unit]
14     # default = -10.
15     # CFC_windFile : file name of wind speeds ; default = ' '
16     # CFC_atmospFile : file name of atmospheric pressure ; default = ' '
17     # CFC_iceFile : file name of seaice fraction ; default = ' '
18     # CFC_forcingPeriod : record spacing time for CFC forcing (seconds)
19     # default = externForcingPeriod
20     # CFC_forcingCycle : periodic-cycle freq for CFC forcing (seconds)
21     # default = externForcingCycle
22     #--------------------+-----------------
23 dfer 1.1 &CFC_FORCING
24 jmc 1.3 #- default atmCFC_timeOffset is set according to PTRACERS_Iter0
25     # and corresponds to -5899*360*86400 as set just below:
26     # atmCFC_timeOffset = -183482496000.,
27 jmc 1.2 CFC_iceFile='fice.bin',
28     CFC_windFile='tren_speed.bin',
29 dfer 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22