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

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

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

revision 1.2 by jmc, Wed Apr 9 16:09:11 2008 UTC revision 1.3 by jmc, Mon Jun 10 03:07:19 2013 UTC
# Line 1  Line 1 
1    #--------------------+-----------------
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   &CFC_FORCING   &CFC_FORCING
24    #- 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    CFC_iceFile='fice.bin',    CFC_iceFile='fice.bin',
28    CFC_windFile='tren_speed.bin',    CFC_windFile='tren_speed.bin',
29   &   &

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22