/[MITgcm]/MITgcm_contrib/mlosch/optim_m1qn3/optim_readparms.F
ViewVC logotype

Diff of /MITgcm_contrib/mlosch/optim_m1qn3/optim_readparms.F

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

revision 1.8 by mlosch, Thu May 10 10:25:14 2012 UTC revision 1.10 by mlosch, Tue Jun 2 16:17:08 2015 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  c     Include ECCO_CPPOPTIONS because the ecco_ctrl,cost files  C     ECCO_CPPOPTIONS used to affect maxcvars and defined ALLOW_OBCS?_CONTROL
5  c     have headers with options for OBCS masks.  C#include "ECCO_CPPOPTIONS.h"
6  #include "ECCO_CPPOPTIONS.h"  C     now:
7    C     CTRL_OPTIONS affects maxcvars and may define ALLOW_OBCS?_CONTROL
8    #include "CTRL_OPTIONS.h"
9    
10        subroutine optim_readparms(        subroutine optim_readparms(
11       O                    nn, ff       O                    nn, ff
# Line 85  c--   Preset the optimization parameters Line 87  c--   Preset the optimization parameters
87        ff         = 0.        ff         = 0.
88  cdfer      expId      = 'MIT_CE_000'  cdfer      expId      = 'MIT_CE_000'
89        yctrlid    = 'MIT_CE_000'        yctrlid    = 'MIT_CE_000'
90          yctrlposunpack      = '.opt'
91          yctrlpospack        = '.opt'
92          ctrlname            = 'ecco_ctrl'
93          costname            = 'ecco_cost'
94          scalname            = ' '
95          maskname            = ' '
96          metaname            = ' '
97        coldStart  = .false.        coldStart  = .false.
98    
99        modeldataunit = 14        modeldataunit = 14

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22