/[MITgcm]/MITgcm/pkg/ctrl/ctrl_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/ctrl/ctrl_readparms.F

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

revision 1.24 by heimbach, Wed Jun 7 01:55:14 2006 UTC revision 1.25 by heimbach, Fri Oct 27 05:16:54 2006 UTC
# Line 70  c     == end of interface == Line 70  c     == end of interface ==
70    
71  c--   Read the namelist input.  c--   Read the namelist input.
72        namelist /ctrl_nml/        namelist /ctrl_nml/
73       &  xx_theta_file,       &  xx_theta_file, xx_salt_file,
74       &  xx_salt_file,       &  xx_hflux_file, xx_hflux_remo_intercept, xx_hflux_remo_slope,
      &  xx_hflux_file,  
75       &  xx_hfluxstartdate1, xx_hfluxstartdate2, xx_hfluxperiod,       &  xx_hfluxstartdate1, xx_hfluxstartdate2, xx_hfluxperiod,
76       &  xx_hflux_remo_intercept, xx_hflux_remo_slope,       &  xx_sflux_file, xx_sflux_remo_intercept, xx_sflux_remo_slope,
      &  xx_sflux_file,  
77       &  xx_sfluxstartdate1, xx_sfluxstartdate2, xx_sfluxperiod,       &  xx_sfluxstartdate1, xx_sfluxstartdate2, xx_sfluxperiod,
78       &  xx_sflux_remo_intercept, xx_sflux_remo_slope,       &  xx_tauu_file, xx_tauu_remo_intercept, xx_tauu_remo_slope,
      &  xx_tauu_file,  
79       &  xx_tauustartdate1,  xx_tauustartdate2,  xx_tauuperiod,       &  xx_tauustartdate1,  xx_tauustartdate2,  xx_tauuperiod,
80       &  xx_tauu_remo_intercept, xx_tauu_remo_slope,       &  xx_tauv_file, xx_tauv_remo_intercept, xx_tauv_remo_slope,
      &  xx_tauv_file,  
81       &  xx_tauvstartdate1,  xx_tauvstartdate2,  xx_tauvperiod,       &  xx_tauvstartdate1,  xx_tauvstartdate2,  xx_tauvperiod,
82       &  xx_tauv_remo_intercept, xx_tauv_remo_slope,       &  xx_atemp_file, xx_atemp_remo_intercept, xx_atemp_remo_slope,
      &  xx_atemp_file,  
83       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,
84       &  xx_atemp_remo_intercept, xx_atemp_remo_slope,       &  xx_aqh_file, xx_aqh_remo_intercept, xx_aqh_remo_slope,
      &  xx_aqh_file,  
85       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,
86       &  xx_aqh_remo_intercept, xx_aqh_remo_slope,       &  xx_precip_file, xx_precip_remo_intercept, xx_precip_remo_slope,
      &  xx_precip_file,  
87       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,
88       &  xx_precip_remo_intercept, xx_precip_remo_slope,       &  xx_swflux_file, xx_swflux_remo_intercept, xx_swflux_remo_slope,
      &  xx_swflux_file,  
89       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,
90       &  xx_swflux_remo_intercept, xx_swflux_remo_slope,       &  xx_swdown_file, xx_swdown_remo_intercept, xx_swdown_remo_slope,
      &  xx_swdown_file,  
91       &  xx_swdownstartdate1, xx_swdownstartdate2, xx_swdownperiod,       &  xx_swdownstartdate1, xx_swdownstartdate2, xx_swdownperiod,
92       &  xx_swdown_remo_intercept, xx_swdown_remo_slope,       &  xx_lwflux_file, xx_lwflux_remo_intercept, xx_lwflux_remo_slope,
93       &  xx_uwind_file,       &  xx_lwfluxstartdate1, xx_lwfluxstartdate2, xx_lwfluxperiod,
94         &  xx_lwdown_file, xx_lwdown_remo_intercept, xx_lwdown_remo_slope,
95         &  xx_lwdownstartdate1, xx_lwdownstartdate2, xx_lwdownperiod,
96         &  xx_evap_file, xx_evap_remo_intercept, xx_evap_remo_slope,
97         &  xx_evapstartdate1, xx_evapstartdate2, xx_evapperiod,
98         &  xx_snowprecip_file, xx_snowprecip_remo_intercept,
99         &  xx_snowprecip_remo_slope,  xx_snowprecipperiod,
100         &  xx_snowprecipstartdate1, xx_snowprecipstartdate2,
101         &  xx_apressure_file, xx_apressure_remo_intercept,
102         &  xx_apressure_remo_slope, xx_apressureperiod,
103         &  xx_apressurestartdate1, xx_apressurestartdate2,
104         &  xx_runoff_file, xx_runoff_remo_intercept, xx_runoff_remo_slope,
105         &  xx_runoffstartdate1, xx_runoffstartdate2, xx_runoffperiod,
106         &  xx_uwind_file, xx_uwind_remo_intercept, xx_uwind_remo_slope,
107       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,
108       &  xx_uwind_remo_intercept, xx_uwind_remo_slope,       &  xx_vwind_file, xx_vwind_remo_intercept, xx_vwind_remo_slope,
      &  xx_vwind_file,  
109       &  xx_vwindstartdate1, xx_vwindstartdate2, xx_vwindperiod,       &  xx_vwindstartdate1, xx_vwindstartdate2, xx_vwindperiod,
      &  xx_vwind_remo_intercept, xx_vwind_remo_slope,  
110       &  xx_obcsn_file,       &  xx_obcsn_file,
111       &  xx_obcsnstartdate1,  xx_obcsnstartdate2,  xx_obcsnperiod,       &  xx_obcsnstartdate1,  xx_obcsnstartdate2,  xx_obcsnperiod,
112       &  xx_obcss_file,       &  xx_obcss_file,
# Line 113  c--   Read the namelist input. Line 115  c--   Read the namelist input.
115       &  xx_obcswstartdate1,  xx_obcswstartdate2,  xx_obcswperiod,       &  xx_obcswstartdate1,  xx_obcswstartdate2,  xx_obcswperiod,
116       &  xx_obcse_file,       &  xx_obcse_file,
117       &  xx_obcsestartdate1,  xx_obcsestartdate2,  xx_obcseperiod,       &  xx_obcsestartdate1,  xx_obcsestartdate2,  xx_obcseperiod,
118       &  xx_diffkr_file,       &  xx_diffkr_file, xx_kapgm_file, xx_tr1_file,
119       &  xx_kapgm_file,       &  xx_sst_file, xx_sss_file,
      &  xx_tr1_file,  
      &  xx_sst_file,  
120       &  xx_sststartdate1, xx_sststartdate2, xx_sstperiod,       &  xx_sststartdate1, xx_sststartdate2, xx_sstperiod,
      &  xx_sss_file,  
121       &  xx_sssstartdate1, xx_sssstartdate2, xx_sssperiod,       &  xx_sssstartdate1, xx_sssstartdate2, xx_sssperiod,
122       &  xx_depth_file,       &  xx_depth_file,
123       &  xx_efluxy_file,       &  xx_efluxy_file, xx_efluxp_file,
      &  xx_efluxp_file,  
124       &  xx_bottomdrag_file,       &  xx_bottomdrag_file,
125       &  xx_edtaux_file,       &  xx_edtaux_file, xx_edtauy_file,
126       &  xx_edtauy_file,       &  xx_uvel_file, xx_vvel_file, xx_etan_file,
      &  xx_uvel_file,  
      &  xx_vvel_file,  
      &  xx_etan_file,  
127       &  doInitXX,       &  doInitXX,
128       &  doPackDiag,       &  doPackDiag,
129       &  doZscaleUnpack,       &  doZscaleUnpack, doZscalePack,
130       &  doZscalePack,       &  doMainUnpack, doMainPack,
      &  doMainUnpack,  
      &  doMainPack,  
131       &  doAdmtlmBypassAD,       &  doAdmtlmBypassAD,
132       &  delZexp       &  delZexp
133    
# Line 226  c Line 219  c
219          xx_swdown_remo_intercept =   0. _d 0          xx_swdown_remo_intercept =   0. _d 0
220          xx_swdown_remo_slope =   0. _d 0          xx_swdown_remo_slope =   0. _d 0
221  c  c
222            xx_lwfluxstartdate1 =   0
223            xx_lwfluxstartdate2 =   0
224            xx_lwfluxperiod     =   0. _d 0
225            xx_lwflux_file      = 'xx_lwflux'
226            xx_lwflux_remo_intercept =   0. _d 0
227            xx_lwflux_remo_slope =   0. _d 0
228    c
229            xx_lwdownstartdate1 =   0
230            xx_lwdownstartdate2 =   0
231            xx_lwdownperiod     =   0. _d 0
232            xx_lwdown_file      = 'xx_lwdown'
233            xx_lwdown_remo_intercept =   0. _d 0
234            xx_lwdown_remo_slope =   0. _d 0
235    c
236            xx_evapstartdate1 =   0
237            xx_evapstartdate2 =   0
238            xx_evapperiod     =   0. _d 0
239            xx_evap_file      = 'xx_evap'
240            xx_evap_remo_intercept =   0. _d 0
241            xx_evap_remo_slope =   0. _d 0
242    c
243            xx_snowprecipstartdate1 =   0
244            xx_snowprecipstartdate2 =   0
245            xx_snowprecipperiod     =   0. _d 0
246            xx_snowprecip_file      = 'xx_snowprecip'
247            xx_snowprecip_remo_intercept =   0. _d 0
248            xx_snowprecip_remo_slope =   0. _d 0
249    c
250            xx_apressurestartdate1 =   0
251            xx_apressurestartdate2 =   0
252            xx_apressureperiod     =   0. _d 0
253            xx_apressure_file      = 'xx_apressure'
254            xx_apressure_remo_intercept =   0. _d 0
255            xx_apressure_remo_slope =   0. _d 0
256    c
257            xx_runoffstartdate1 =   0
258            xx_runoffstartdate2 =   0
259            xx_runoffperiod     =   0. _d 0
260            xx_runoff_file      = 'xx_runoff'
261            xx_runoff_remo_intercept =   0. _d 0
262            xx_runoff_remo_slope =   0. _d 0
263    c
264          xx_uwindstartdate1  =   0          xx_uwindstartdate1  =   0
265          xx_uwindstartdate2  =   0          xx_uwindstartdate2  =   0
266          xx_uwindperiod      =   0. _d 0          xx_uwindperiod      =   0. _d 0

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

  ViewVC Help
Powered by ViewVC 1.1.22