/[MITgcm]/MITgcm/pkg/ctrl
ViewVC logotype

Index of /MITgcm/pkg/ctrl

Files shown:67
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
ctrl_pack.F View Revision Graph  1.59  6 years  gforget   - use zeroRL in place of fc when ALLOW_COST is not compiled
ctrl_map_ini_genarr.F View Revision Graph  1.28  6 years  gforget   - call MDS_READ_FIELD / MDS_WRITE_FIELD instead of the deprecated mdsreadfield …
ctrl_get_gen.F View Revision Graph  1.38  6 years  gforget   - call MDS_READ_FIELD / MDS_WRITE_FIELD instead of the deprecated mdsreadfield …
ctrl_map_ini_gen.F View Revision Graph  1.26  6 years  gforget   - call MDS_READ_FIELD / MDS_WRITE_FIELD instead of the deprecated mdsreadfield …
ctrl_map_ini_gentim2d.F View Revision Graph  1.16  6 years  gforget   - call MDS_READ_FIELD / MDS_WRITE_FIELD instead of the deprecated mdsreadfield …
ctrl_readparms.F View Revision Graph  1.63  6 years  mlosch   replace CLOSE(nmlfileUnit) with CLOSE(nmlfileUnit,STATUS='DELETE') to remove scr…
optim_readparms.F View Revision Graph  1.6  6 years  mlosch   replace CLOSE(nmlfileUnit) with CLOSE(nmlfileUnit,STATUS='DELETE') to remove scr…
ctrl_check.F View Revision Graph  1.19  7 years  gforget   - reformat message as in most other packages
ctrl_map_forcing.F View Revision Graph  1.20  7 years  gforget   - pass myIter and myTime to ctrl_map_forcing as input parameters; move myIter .…
ctrl.h View Revision Graph  1.79  8 years  mlosch   fix a small comma, so that code compiles with ECCO_CTRL_DEPRECATED defined
ctrl_init.F View Revision Graph  1.69  8 years  gforget   - optim_readparms.F: skip if .NOT.useCTRL - ctrl_map_ini_genarr.F, ctrl_init.F:…
ctrl_summary.F View Revision Graph  1.17  8 years  gforget   - finish deprecating ctrlSmoothCorrel2d/3d
ctrl_cost_driver.F View Revision Graph  1.9  8 years  gforget   - revised treatment of dimensional/adimensional cost switches. - add noscaling …
ctrl_cost_gen.F View Revision Graph  1.9  8 years  gforget   - revised treatment of dimensional/adimensional cost switches. - add noscaling …
ctrl_init_variables.F View Revision Graph  1.20  8 years  gforget   - ctrl.h: define num_zero_mean, objf_zero_mean, objf_zero_smoo as placeholder…
CTRL_OPTIONS.h View Revision Graph  1.5  8 years  gforget   - addif backward compatibility option (before checkpoint 65p) #undef ALLOW_KA…
ctrl_set_unpack_xyz.F View Revision Graph  1.32  9 years  gforget   - ctrl_map_ini_genarr.F: rename xx_etan0 as xx_etan, consistent with the othe…
ctrl_set_unpack_xy.F View Revision Graph  1.34  9 years  gforget   - ctrl_map_ini_genarr.F: rename xx_etan0 as xx_etan, consistent with the othe…
ctrl_set_pack_xy.F View Revision Graph  1.28  9 years  gforget   - ctrl_map_ini_genarr.F: rename xx_etan0 as xx_etan, consistent with the othe…
ctrl_set_pack_xyz.F View Revision Graph  1.28  9 years  gforget   - ctrl_map_ini_genarr.F: rename xx_etan0 as xx_etan, consistent with the othe…
CTRL_GENARR.h View Revision Graph  1.18  9 years  gforget   - CTRL_GENARR.h,ctrl_readparms.F : add xx_gentim2d_bounds - ctrl_map_ini_gentim…
ctrl_init_wet.F View Revision Graph  1.19  9 years  gforget   - move wunit initialization to ctrl_init.F (needs to be before generic contro…
ctrl_mask_set_xz.F View Revision Graph  1.11  9 years  gforget   - if autodiff is not compiled then use READ_REC_XY_RL/READ_REC_XYZ_RL instead…
ctrl_mask_set_yz.F View Revision Graph  1.11  9 years  gforget   - if autodiff is not compiled then use READ_REC_XY_RL/READ_REC_XYZ_RL instead…
ctrl_depth_ini.F View Revision Graph  1.7  9 years  jmc   change loop range to cover the interior only (no overlap) like in similar ctrl_…
ctrl_map_ini.F View Revision Graph  1.45  9 years  heimbach   o change to local arrays o remove special treatment for OpenAD
ctrl_swapffields.F View Revision Graph  1.2  9 years  dgoldberg   use separate loop to set ffld1 = 0 as openad seemed to transform earlier version…
ctrl_ad_diff.list View Revision Graph  1.16  9 years  gforget   - add missing ctrl_init_rec.f
ctrl_unpack.F View Revision Graph  1.55  9 years  mlosch   replace a few print *, statements by write(standardMessageUnit,*), because on so…
CTRL_SIZE.h View Revision Graph  1.6  9 years  gforget   - add preprocessing run time params - add genarr3dPrecond
ctrl_map_ini_ecco.F View Revision Graph  1.32  9 years  gforget   - ctrl/ctrl_get_gen.F : fix gensign, doCtrlUpdate (kept for continuity of res…
ctrl_getrec.F View Revision Graph  1.16  9 years  gforget   - remove variables, codes associated with NON-generic NON-obcs controls, unle…
ctrl_local_params.h View Revision Graph  1.1  9 years  gforget   - local version of run time parameters from ctrl.h, for use in ctrl_readparms…
ctrl_set_pack_yz.F View Revision Graph  1.17  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_set_unpack_yz.F View Revision Graph  1.19  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_weights.h View Revision Graph  1.11  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_set_unpack_xz.F View Revision Graph  1.19  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_set_pack_xz.F View Revision Graph  1.17  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_init_obcs_variables.F View Revision Graph  1.10  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_getobcss.F View Revision Graph  1.17  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
CTRL_OBCS.h View Revision Graph  1.1  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_dummy.h View Revision Graph  1.34  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_getobcsn.F View Revision Graph  1.17  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_getobcsw.F View Revision Graph  1.17  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_getobcse.F View Revision Graph  1.16  9 years  gforget   - pkg/ctrl/CTRL_OBCS.h (new) : regroup all obcs ctrl variables. - pkg/ctrl/ctrl…
ctrl_map_gentim2d.F View Revision Graph  1.7  9 years  gforget   o pkg/ctrl : - ctrl_get_gen.F : add weight as input parameter, and apply …
ctrl_ad_check_lev2_dir.h View Revision Graph  1.3  9 years  jmc   add CVS Header & Name
ctrl_ad_check_lev1_dir.h View Revision Graph  1.3  9 years  jmc   add CVS Header & Name
ctrl_ad_check_lev4_dir.h View Revision Graph  1.3  9 years  jmc   add CVS Header & Name
ctrl_ad_check_lev3_dir.h View Revision Graph  1.3  9 years  jmc   add CVS Header & Name
CTRL_FIELDS.h View Revision Graph  1.1  10 years  jmc   move additional anomaly fields of control vars (related to options: ALLOW_KAPGM_…
ctrl_init_rec.F View Revision Graph  1.1  11 years  heimbach   1st step toward generic time-varying control variable (2D)
ctrl_smooth.F View Revision Graph  1.4  11 years  jmc   fix S/R CTRL_SMOOTH: - add argument "myThid" (+ fix bi,bj loops and includes EEP…
adctrl_bound.F View Revision Graph  1.11  11 years  jmc   - includes CTRL_OPTIONS.h (instead of CPP_OPTIONS.h) - remove PARAMS.h (not need…
ctrl_bound.F View Revision Graph  1.5  11 years  jmc   - includes CTRL_OPTIONS.h (instead of CPP_OPTIONS.h) - remove PARAMS.h (not need…
ctrl_set_globfld_yz.F View Revision Graph  1.17  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_set_globfld_xz.F View Revision Graph  1.16  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_get_gen_rec.F View Revision Graph  1.15  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_hfacc_ini.F View Revision Graph  1.8  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_init_ctrlvar.F View Revision Graph  1.13  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_set_globfld_xyz.F View Revision Graph  1.12  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_set_globfld_xy.F View Revision Graph  1.14  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_set_fname.F View Revision Graph  1.10  11 years  jmc   rename CTRL_CPPOPTIONS.h to CTRL_OPTIONS.h
ctrl_bound.flow View Revision Graph  1.4  12 years  heimbach   Update flow-dir for TLM of ctrl_bound
optim.h View Revision Graph  1.2  16 years  jmc   add missing cvs $Header:$ or $Name:$
ctrl_description.tex View Revision Graph  1.1  18 years  cnh   Added short description for package ctrl and removed obsolete README CVS
data.ctrl View Revision Graph  1.1  23 years  heimbach   Modifications and additions to enable automatic differentiation. Detailed info's…

  ViewVC Help
Powered by ViewVC 1.1.22