Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit adb13907 on 2012-12-19 02:48:52 UTC
41fb919ba6 Dimi*0001 #
                0002 # *********************
                0003 # External Forcing Data
                0004 # *********************
                0005  &EXF_NML_01
                0006 #
                0007  useExfCheckRange  = .TRUE.,
                0008  repeatPeriod      = 31622400.0,
                0009  exf_iprec         = 32,
                0010 #
                0011  &
                0012 
                0013 # *********************
                0014  &EXF_NML_02
                0015 #
                0016  hfluxstartdate1   = 19781216,
                0017  hfluxstartdate2   = 180000,
                0018  hfluxperiod       = 2635200.0,
                0019 #
                0020  sfluxstartdate1   = 19781216,
                0021  sfluxstartdate2   = 180000,
                0022  sfluxperiod       = 2635200.0,
                0023 #
                0024  ustressstartdate1 = 19781216,
                0025  ustressstartdate2 = 180000,
                0026  ustressperiod     = 2635200.0,
                0027 #
                0028  vstressstartdate1 = 19781216,
                0029  vstressstartdate2 = 180000,
                0030  vstressperiod     = 2635200.0,
                0031 #
                0032  atempstartdate1   = 19781216,
                0033  atempstartdate2   = 180000,
                0034  atempperiod       = 2635200.0,
                0035 #
                0036  aqhstartdate1     = 19781216,
                0037  aqhstartdate2     = 180000,
                0038  aqhperiod         = 2635200.0,
                0039 #
                0040 #evapstartdate1    = 19781216,
                0041 #evapstartdate2    = 180000,
                0042 #evapperiod        = 2635200.0,
                0043 #
                0044  precipstartdate1  = 19781216,
                0045  precipstartdate2  = 180000,
                0046  precipperiod      = 2635200.0,
                0047 #
                0048  uwindstartdate1   = 19781216,
                0049  uwindstartdate2   = 180000,
                0050  uwindperiod       = 2635200.0,
                0051 #
                0052  vwindstartdate1   = 19781216,
                0053  vwindstartdate2   = 180000,
                0054  vwindperiod       = 2635200.0,
                0055 #
                0056  swfluxstartdate1  = 19781216,
                0057  swfluxstartdate2  = 180000,
                0058  swfluxperiod      = 2635200.0,
                0059 #
                0060  lwfluxstartdate1  = 19781216,
                0061  lwfluxstartdate2  = 180000,
                0062  lwfluxperiod      = 2635200.0,
                0063 #
                0064  swdownstartdate1  = 19781216,
                0065  swdownstartdate2  = 180000,
                0066  swdownperiod      = 2635200.0,
                0067 #
                0068  lwdownstartdate1  = 19781216,
                0069  lwdownstartdate2  = 180000,
                0070  lwdownperiod      = 2635200.0,
                0071 #
                0072  climsststartdate1  = 19781216,
                0073  climsststartdate2  = 180000,
                0074  climsstperiod      = 2635200.0,
7b50f71112 Gael*0075  climsstTauRelax    = 0.0,
41fb919ba6 Dimi*0076 #
                0077  climsssstartdate1  = 19781216,
                0078  climsssstartdate2  = 180000,
                0079  climsssperiod      = 2635200.0,
7b50f71112 Gael*0080  climsssTauRelax    = 4142330.0,
41fb919ba6 Dimi*0081 #
                0082  hfluxfile         = ' ',
                0083  sfluxfile         = ' ',
                0084  ustressfile       = ' ',
                0085  vstressfile       = ' ',
adb13907c3 Dimi*0086  atempfile         = 'tair.labsea1979',
                0087  aqhfile           = 'qa.labsea1979',
                0088  uwindfile         = 'u10m.labsea1979',
                0089  vwindfile         = 'v10m.labsea1979',
                0090 #evapfile          = 'evap.labsea1979',
                0091  precipfile        = 'prate.labsea1979',
41fb919ba6 Dimi*0092  lwfluxfile        = ' ',
                0093  swfluxfile        = ' ',
adb13907c3 Dimi*0094  lwdownfile        = 'flo.labsea1979',
                0095  swdownfile        = 'fsh.labsea1979',
41fb919ba6 Dimi*0096  runoffFile        = ' '
                0097  climsstfile       = ' ',
adb13907c3 Dimi*0098  climsssfile       = 'SSS_monthly.labsea1979',
                0099 #
41fb919ba6 Dimi*0100  &
                0101 
                0102 # *********************
                0103  &EXF_NML_03
                0104  &
                0105 
                0106 # *********************
451910cf60 Jean*0107 # old open64 compiler (4.2.1) cannot skip this namelist to read in the next one;
                0108 # comment out this namelist (not read).
                0109 #&EXF_NML_04
                0110 #&
41fb919ba6 Dimi*0111 
                0112 # *********************
                0113  &EXF_NML_OBCS
                0114  obcsSstartdate1   = 19790101,
                0115  obcsSstartdate2   = 000000,
                0116  obcsSperiod       = 3600.0,
                0117 #
                0118  obcsNstartdate1   = 19790101,
                0119  obcsNstartdate2   = 000000,
                0120  obcsNperiod       = 3600.0,
                0121 #
                0122  obcsWstartdate1   = 19790101,
                0123  obcsWstartdate2   = 000000,
                0124  obcsWperiod       = 3600.0,
                0125 #
                0126  obcsEstartdate1   = 19790101,
                0127  obcsEstartdate2   = 000000,
                0128  obcsEperiod       = 3600.0,
dee6b509d1 Dimi*0129 #
                0130  siobSstartdate1   = 19790101,
                0131  siobSstartdate2   = 000000,
                0132  siobSperiod       = 3600.0,
                0133 #
                0134  siobNstartdate1   = 19790101,
                0135  siobNstartdate2   = 000000,
                0136  siobNperiod       = 3600.0,
                0137 #
                0138  siobWstartdate1   = 19790101,
                0139  siobWstartdate2   = 000000,
                0140  siobWperiod       = 3600.0,
41fb919ba6 Dimi*0141  &