Back to home page

MITgcm

 
 

    


Warning, /verification/tutorial_cfc_offline/input/data.cfc is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit ebf2ddc6 on 2013-06-10 03:07:19 UTC
ebf2ddc60d Jean*0001 #--------------------+-----------------
                0002 # CFC pkg parameter setting
                0003 # lines starting with "#" are comments
                0004 #--------------------+-----------------
                0005 #  atmCFC_inpFile    : file name of Atmospheric CFC time series (ASCII file)
                0006 #                        default = 'cfc1112.atm'
                0007 #  atmCFC_recSepTime : time spacing between 2 records of atmos CFC [s]
                0008 #                        default = 31104000. (360 days)
                0009 #  atmCFC_timeOffset : time offset for atmos CFC (cfcTime = myTime + offSet)
                0010 #                        default = recSepTime - deltaT * PTRACERS_Iter0
                0011 #  atmCFC_yNorthBnd  : Northern Lat boundary for interpolation [y-unit]
                0012 #                        default =  +10.
                0013 #  atmCFC_ySouthBnd  : Southern Lat boundary for interpolation [y-unit]
                0014 #                        default =  -10.
                0015 #  CFC_windFile      : file name of wind speeds          ; default =  ' '
                0016 #  CFC_atmospFile    : file name of atmospheric pressure ; default =  ' '
                0017 #  CFC_iceFile       : file name of seaice fraction      ; default =  ' '
                0018 #  CFC_forcingPeriod : record spacing time for CFC forcing (seconds)
                0019 #                        default = externForcingPeriod
                0020 #  CFC_forcingCycle  : periodic-cycle freq for CFC forcing (seconds)
                0021 #                        default = externForcingCycle
                0022 #--------------------+-----------------
6034e21a22 Davi*0023  &CFC_FORCING
ebf2ddc60d Jean*0024 #- default atmCFC_timeOffset is set according to PTRACERS_Iter0
                0025 #   and corresponds to -5899*360*86400 as set just below:
                0026 # atmCFC_timeOffset = -183482496000.,
a7f6223c98 Jean*0027   CFC_iceFile='fice.bin',
                0028   CFC_windFile='tren_speed.bin',
6034e21a22 Davi*0029  &