/[MITgcm]/MITgcm/pkg/exf/EXF_PARAM.h
ViewVC logotype

Diff of /MITgcm/pkg/exf/EXF_PARAM.h

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

revision 1.20 by dimitri, Tue May 4 18:33:17 2010 UTC revision 1.21 by dimitri, Tue Jun 22 16:14:42 2010 UTC
# Line 31  c     ================================== Line 31  c     ==================================
31  c     HEADER exf_param  c     HEADER exf_param
32  c     ==================================================================  c     ==================================================================
33    
34  c     year in seconds  c     Year in seconds
35        _RL     year2sec        _RL     year2sec
36    
37  c     Calendar data.  c     Repeat period for forcing fields (s)
38    c     For example, for yearly repeat period: repeatPeriod=31556925.
39    c     Note: this option is not yet coded for sub-daily
40    c           forcing and for leap years but this limitation can be
41    c           circumvented by using a 4-year (1461-day) repeatPeriod
42        _RL     repeatPeriod        _RL     repeatPeriod
43    
44  c     Monitor Frequency (s)  c     Monitor Frequency (s)
# Line 47  c     Maximum absolute windstress, used Line 51  c     Maximum absolute windstress, used
51  c     data values  c     data values
52        _RL     windstressmax        _RL     windstressmax
53    
54    c     Description of contents of surface boundary condition files
55    c     Note: fieldperiod=0 means input file is one time-constant field
56    c           fieldperiod=-12 means input file contains 12 monthly means
57    
58        integer hfluxstartdate1        integer hfluxstartdate1
59        integer hfluxstartdate2        integer hfluxstartdate2
60        _RL     hfluxstartdate        _RL     hfluxstartdate

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22