/[MITgcm]/MITgcm/optim/optim_numbmod.F
ViewVC logotype

Diff of /MITgcm/optim/optim_numbmod.F

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

revision 1.6 by heimbach, Wed Sep 7 14:59:00 2005 UTC revision 1.9 by mlosch, Tue May 10 07:53:24 2011 UTC
# Line 73  c     == global variables == Line 73  c     == global variables ==
73  #include "EEPARAMS.h"  #include "EEPARAMS.h"
74  #include "SIZE.h"  #include "SIZE.h"
75    
76  #include "ecco.h"  cdfer#include "ecco.h"
77  #include "ctrl.h"  #include "ctrl.h"
78  #include "optim.h"  #include "optim.h"
79  #include "minimization.h"  #include "minimization.h"
# Line 111  c     == external == Line 111  c     == external ==
111  c     == end of interface ==  c     == end of interface ==
112    
113        namelist /CTRL_NML/        namelist /CTRL_NML/
114       &  xx_theta_file,       &  xx_theta_file, xx_salt_file,
115       &  xx_salt_file,       &  xx_hflux_file, xx_hflux_remo_intercept, xx_hflux_remo_slope,
      &  xx_hflux_file,  
116       &  xx_hfluxstartdate1, xx_hfluxstartdate2, xx_hfluxperiod,       &  xx_hfluxstartdate1, xx_hfluxstartdate2, xx_hfluxperiod,
117       &  xx_sflux_file,       &  xx_sflux_file, xx_sflux_remo_intercept, xx_sflux_remo_slope,
118       &  xx_sfluxstartdate1, xx_sfluxstartdate2, xx_sfluxperiod,       &  xx_sfluxstartdate1, xx_sfluxstartdate2, xx_sfluxperiod,
119       &  xx_tauu_file,       &  xx_tauu_file, xx_tauu_remo_intercept, xx_tauu_remo_slope,
120       &  xx_tauustartdate1,  xx_tauustartdate2,  xx_tauuperiod,       &  xx_tauustartdate1,  xx_tauustartdate2,  xx_tauuperiod,
121       &  xx_tauv_file,       &  xx_tauv_file, xx_tauv_remo_intercept, xx_tauv_remo_slope,
122       &  xx_tauvstartdate1,  xx_tauvstartdate2,  xx_tauvperiod,       &  xx_tauvstartdate1,  xx_tauvstartdate2,  xx_tauvperiod,
123       &  xx_atemp_file,       &  xx_atemp_file, xx_atemp_remo_intercept, xx_atemp_remo_slope,
124       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,       &  xx_atempstartdate1, xx_atempstartdate2, xx_atempperiod,
125       &  xx_aqh_file,       &  xx_aqh_file, xx_aqh_remo_intercept, xx_aqh_remo_slope,
126       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,       &  xx_aqhstartdate1, xx_aqhstartdate2, xx_aqhperiod,
127       &  xx_precip_file,       &  xx_precip_file, xx_precip_remo_intercept, xx_precip_remo_slope,
128       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,       &  xx_precipstartdate1, xx_precipstartdate2, xx_precipperiod,
129       &  xx_swflux_file,       &  xx_swflux_file, xx_swflux_remo_intercept, xx_swflux_remo_slope,
130       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,       &  xx_swfluxstartdate1, xx_swfluxstartdate2, xx_swfluxperiod,
131       &  xx_swdown_file,       &  xx_swdown_file, xx_swdown_remo_intercept, xx_swdown_remo_slope,
132       &  xx_swdownstartdate1, xx_swdownstartdate2, xx_swdownperiod,       &  xx_swdownstartdate1, xx_swdownstartdate2, xx_swdownperiod,
133       &  xx_uwind_file,       &  xx_lwflux_file, xx_lwflux_remo_intercept, xx_lwflux_remo_slope,
134         &  xx_lwfluxstartdate1, xx_lwfluxstartdate2, xx_lwfluxperiod,
135         &  xx_lwdown_file, xx_lwdown_remo_intercept, xx_lwdown_remo_slope,
136         &  xx_lwdownstartdate1, xx_lwdownstartdate2, xx_lwdownperiod,
137         &  xx_evap_file, xx_evap_remo_intercept, xx_evap_remo_slope,
138         &  xx_evapstartdate1, xx_evapstartdate2, xx_evapperiod,
139         &  xx_snowprecip_file, xx_snowprecip_remo_intercept,
140         &  xx_snowprecip_remo_slope,  xx_snowprecipperiod,
141         &  xx_snowprecipstartdate1, xx_snowprecipstartdate2,
142         &  xx_apressure_file, xx_apressure_remo_intercept,
143         &  xx_apressure_remo_slope, xx_apressureperiod,
144         &  xx_apressurestartdate1, xx_apressurestartdate2,
145         &  xx_runoff_file, xx_runoff_remo_intercept, xx_runoff_remo_slope,
146         &  xx_runoffstartdate1, xx_runoffstartdate2, xx_runoffperiod,
147         &  xx_uwind_file, xx_uwind_remo_intercept, xx_uwind_remo_slope,
148       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,       &  xx_uwindstartdate1, xx_uwindstartdate2, xx_uwindperiod,
149       &  xx_vwind_file,       &  xx_vwind_file, xx_vwind_remo_intercept, xx_vwind_remo_slope,
150       &  xx_vwindstartdate1, xx_vwindstartdate2, xx_vwindperiod,       &  xx_vwindstartdate1, xx_vwindstartdate2, xx_vwindperiod,
151       &  xx_obcsn_file,       &  xx_obcsn_file, xx_obcss_file, xx_obcsw_file, xx_obcse_file,
152       &  xx_obcsnstartdate1,  xx_obcsnstartdate2,  xx_obcsnperiod,       &  xx_obcsnstartdate1,  xx_obcsnstartdate2,  xx_obcsnperiod,
      &  xx_obcss_file,  
153       &  xx_obcssstartdate1,  xx_obcssstartdate2,  xx_obcssperiod,       &  xx_obcssstartdate1,  xx_obcssstartdate2,  xx_obcssperiod,
      &  xx_obcsw_file,  
154       &  xx_obcswstartdate1,  xx_obcswstartdate2,  xx_obcswperiod,       &  xx_obcswstartdate1,  xx_obcswstartdate2,  xx_obcswperiod,
      &  xx_obcse_file,  
155       &  xx_obcsestartdate1,  xx_obcsestartdate2,  xx_obcseperiod,       &  xx_obcsestartdate1,  xx_obcsestartdate2,  xx_obcseperiod,
156       &  xx_diffkr_file,       &  xx_diffkr_file, xx_kapgm_file, xx_tr1_file,
157       &  xx_kapgm_file,       &  xx_sst_file, xx_sss_file,
      &  xx_tr1_file,  
      &  xx_sst_file,  
158       &  xx_sststartdate1, xx_sststartdate2, xx_sstperiod,       &  xx_sststartdate1, xx_sststartdate2, xx_sstperiod,
      &  xx_sss_file,  
159       &  xx_sssstartdate1, xx_sssstartdate2, xx_sssperiod,       &  xx_sssstartdate1, xx_sssstartdate2, xx_sssperiod,
160       &  xx_hfacc_file,       &  xx_depth_file, xx_efluxy_file, xx_efluxp_file,
161       &  xx_efluxy_file,       &  xx_bottomdrag_file, xx_edtaux_file, xx_edtauy_file,
162       &  xx_efluxp_file,       &  xx_uvel_file, xx_vvel_file, xx_etan_file,
163       &  xx_bottomdrag_file,       &  xx_shifwflx_file,
164       &  xx_edtaux_file,       &  xx_shifwflx_remo_intercept, xx_shifwflx_remo_slope,
165       &  xx_edtauy_file,       &  xx_shifwflxstartdate1, xx_shifwflxstartdate2, xx_shifwflxperiod,
166       &  xx_uvel_file,       &  doInitXX, doPackDiag, doZscaleUnpack, doZscalePack,
167       &  xx_vvel_file,       &  doMainUnpack, doMainPack, doAdmtlmBypassAD, delZexp
168       &  xx_etan_file,  cdfer
169       &  doInitXX,       & ,xx_hfluxm_file
170       &  doPackDiag,  cdfer
      &  doZscaleUnpack,  
      &  doZscalePack  
171    
172        namelist /CTRL_PACKNAMES/        namelist /CTRL_PACKNAMES/
173       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,       &  yadmark, yctrlid, yctrlposunpack, yctrlpospack,
# Line 186  c--   Preset the optimization parameters Line 191  c--   Preset the optimization parameters
191        eps        = -1.e-6        eps        = -1.e-6
192        nupdate    =  1        nupdate    =  1
193        ff         = 0.        ff         = 0.
194        expId      = 'MIT_CE_000'  cdfer      expId      = 'MIT_CE_000'
195        yctrlid    = expId        yctrlid    = 'MIT_CE_000'
196    
197        modeldataunit = 14        modeldataunit = 14
198        scrunit1      = 11        scrunit1      = 11
# Line 217  c--   Read control parameters from file. Line 222  c--   Read control parameters from file.
222        print*, ' OPTIM_NUMBMOD: Control options have been read.'        print*, ' OPTIM_NUMBMOD: Control options have been read.'
223    
224  cph(  cph(
225        expId = yctrlid  cdfer      expId = yctrlid
226  cph)  cph)
227    
228  c--   Read optimization parameters from file.  c--   Read optimization parameters from file.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22