/[MITgcm]/MITgcm/model/src/forward_step.F
ViewVC logotype

Log of /MITgcm/model/src/forward_step.F

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


Links to HEAD: (view) (download) (annotate)
Links to release1_p11: (view) (download) (annotate)
Sticky Tag:

Revision 1.23.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Dec 27 08:01:54 2002 UTC (21 years, 5 months ago) by dimitri
Branch: release1
CVS Tags: release1_p10, release1_p11, release1_p12_pre
Changes since 1.23.2.6: +47 -47 lines
Diff to previous 1.23.2.6 , to branch point 1.23
o modifications for using pkg/exf with pkg/seaice
  - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
    and SEAICE_EXTERNAL_FLUXES
  - pkg/exf CPP options EXF_READ_EVAP and
    EXF_NO_BULK_COMPUTATIONS
  - usage examples are Experiments 8 and 9 in
    verification/lab_sea/README
  - verification/lab_sea default experiment now uses
    pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf


Revision 1.23.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 11 21:59:05 2002 UTC (21 years, 7 months ago) by heimbach
Branch: release1
CVS Tags: release1_p8, release1_p9
Changes since 1.23.2.5: +65 -43 lines
Diff to previous 1.23.2.5 , to branch point 1.23
o Adding package parameters and hooks to MITgcm for new seaice package.
o Adjusting KPP package for use with seaice package.


Revision 1.23.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Nov 7 16:48:46 2002 UTC (21 years, 7 months ago) by heimbach
Branch: release1
CVS Tags: release1_p7
Changes since 1.23.2.4: +15 -10 lines
Diff to previous 1.23.2.4 , to branch point 1.23
Added external_fields_load routine to TAF list.
Update corresponding checkpointing lists
(analog to exf handling of swapping).


Revision 1.23.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 11 14:31:52 2002 UTC (21 years, 11 months ago) by heimbach
Branch: release1
CVS Tags: release1_p5, release1_p6
Changes since 1.23.2.3: +1 -4 lines
Diff to previous 1.23.2.3 , to branch point 1.23
Removed #ifndef ALLOW_AUTODIFF_TAMC bracketing call do_the_model_io;
added corresponding flow directive do_the_model_io.flow


Revision 1.23.2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 30 02:47:45 2002 UTC (22 years ago) by heimbach
Branch: release1
CVS Tags: release1_p3, release1_p4
Changes since 1.23.2.2: +3 -3 lines
Diff to previous 1.23.2.2 , to branch point 1.23
Introduced CPP option ALLOW_AUTODIFF_MONITOR to
disable adcommon.h/g_common.h by default.


Revision 1.23.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 20:10:37 2002 UTC (22 years, 2 months ago) by heimbach
Branch: release1
CVS Tags: release1_chkpt44d_post, release1_p1, release1_p2
Changes since 1.23.2.1: +22 -11 lines
Diff to previous 1.23.2.1 , to branch point 1.23
Changes encapsulated by checkpoint43a-release1mods and chkpt44d_post
on the main trunk.
These are:

 o added missing EXCLUDE_MONITOR flags
 o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
   (incompatible typ in MIN/MAX expressions caused problems
   on IBM SP3)
 o in genmake added variable MAKEDEPEND
   plus resetting for case SunOS
 o added timer_stats.c routine for IBM SP3
 o removed variables in dynamics
 o real fresh water flux implemented with non-linear free-surface.
 o few fix (mask in shap_s2, EmPmR in external_field_load,
   USE_NATURAL_BCS in solve_for_P);
 o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
 o merge of relevant stuff from the ecco-branch:
   - genmake: removed $S64 overwrite for case SunOS
   - pkg/exf: update and corrections for field swapping and obcs
   - pkg/ecco: parameter lists for the_model_main, the_main_loop
               harmonized between ECCO and MITgcm
   - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
                   updated checkpointing_lev... lists for obcs
   - model/src: minor changes in forward_step, plot_field
                added directive for divided adjoint in the_main_loop
   - pkg/mdsio: added mdsio_gl_slice
 o check parameters & config (chkpt44a_pre,post)
 o OBC and NonLin_FrSurf.
 o fix bug in mom_vi_del2uv
 o select when filters are applied ; add options to zonal_filter (data.zonfilt)
 o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
 o update AIM experiments (NCEP input files)
 o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
 o added some stuff for AD

These were merged with
cvs co -r release1 -P MITgcm
cd MITgcm
cvs update -kk
cvs update -j checkpoint43a-release1mods -j chkpt44d_post -d -P -kk


Revision 1.23.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 26 16:04:47 2002 UTC (22 years, 3 months ago) by adcroft
Branch: release1
Changes since 1.23: +51 -31 lines
Diff to previous 1.23
Merging changes on MAIN between checkpoint43 and checkpoint43a-release1mods
Command: cvs -q update -jcheckpoint43 -jcheckpoint43a-release1mods -d -P

These changes are most of the changes between c43 and c44 except those
that occured after "12:45 11 Jan 2002". As far as I can tell it is
checkpoint43 with the following mods:

  o fix bug in mom_vi_del2uv
  o select when filters are applied ; add options to zonal_filter (data.zonfilt)  o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
  o update AIM experiments (NCEP input files)
  o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
  o added some stuff for AD
  o Jamar wet-points

This update does not contain the following mods that are in checkpoint44

  o bug fix in pkg/generic_advdiff/
    - thread related bug, bi,bj arguments in vertical advection routines
  o some changes to pkg/autodiff, pkg/cost, pkg/exf, pkg/ecco,
    verification/carbon and model/src/ related to adjoint
  o some new Matlab scripts for diagnosing model density
    - utils/matlab/dens_poly3.m and ini_poly3.m

The list of exclusions is accurate based on a "cvs diff". The list of
inclusions is based on the record in doc/tag-index which may not be complete.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 20:12:10 2001 UTC (22 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint42, checkpoint43, ecco-branch-mod1, release1_b1, release1_beta1
Branch point for: ecco-branch, release1, release1_coupled
Changes since 1.22: +4 -1 lines
Diff to previous 1.22
Fixed AD-related problems:
o Store directives up-to-date with re-arranged Adams-Bashforth
  (mainly thermodynamics.F)
o New store directives for multi-dim. advection schemes
  * new CPP flag ALLOW_MULTI_DIM_ADVECTION
  * new common block and key passkey
  (mainly gad_advection.F)
o Modified store directives for split of dynamics/thermodynamics
  for the case ALLOW_KPP
o Cleaned argument list for timestep_tracer.F


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 18:09:15 2001 UTC (22 years, 8 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint41
Changes since 1.21: +25 -17 lines
Diff to previous 1.21
Bringing comments up to data and formatting for document extraction.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 13:58:08 2001 UTC (22 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint40
Changes since 1.20: +20 -5 lines
Diff to previous 1.20
"Volume exact-Conservation" modified for
non-linear free-surface + Crank-Nickelson


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Sep 13 17:43:55 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
Changes since 1.19: +10 -1 lines
Diff to previous 1.19
Added package "flt".
 o pkg/flt
 o verification/flt_example
 o visualization of trajectories supplied
 o works but output not available to testscript


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Sep 4 14:44:54 2001 UTC (22 years, 9 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre9
Changes since 1.18: +8 -2 lines
Diff to previous 1.18
Added some missing conditionals so that fixed/flow passive tracer
experiments don't do any dyunamics.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 18:50:41 2001 UTC (22 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.17: +20 -1 lines
Diff to previous 1.17
modified to incorporate NonLin-FreeSurf


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 00:20:48 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre7, checkpoint40pre8
Changes since 1.16: +1 -2 lines
Diff to previous 1.16
Moved TR1.h headers between ifdef ALLOW_PASSIVE_TRACER.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 23:28:40 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
Changes since 1.15: +12 -10 lines
Diff to previous 1.15
Modification for adjoint.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 19:06:11 2001 UTC (22 years, 10 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre6
Changes since 1.14: +7 -2 lines
Diff to previous 1.14
Split dynamics.F into dynamics.F and thermodynamics.F
 - idea is to make algorithm more transparent???
 - probably less efficient
 - has exchanges at end of thermodynamics.F (which are needed
   if using staggered time-stepping with the cube OR using AIM.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 22:12:12 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
Changes since 1.13: +12 -12 lines
Diff to previous 1.13
Moved dummy_in_stepping routine to different place.


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 15:53:10 2001 UTC (22 years, 11 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre4, checkpoint40pre5
Changes since 1.12: +57 -65 lines
Diff to previous 1.12
Commented out calls for Shapiro and zonal filters. JMC had moved
these from the_main_loop.F to the_correction_step.F but had disabled
them in the_main_loop.F by overriding CPP options. When PH re-instated
forward_step.F the options weren't overridden. Commenting out seems
safer.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 20:14:08 2001 UTC (22 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre3
Changes since 1.11: +126 -102 lines
Diff to previous 1.11
o Extracted core part of the_main_loop and re-created forward_step
  N.B.: Time-dependent part of cost function should remain in
        the_main_loop (or contributions must be stored)
o Added some parameter recomputations of nIter0


Revision 1.11
Tue Apr 10 22:35:25 2001 UTC (23 years, 2 months ago) by heimbach
Branch: MAIN
Changes since 1.10: +1 -1 lines
FILE REMOVED
See doc/tag-index and doc/notes_c37_adj.txt
Preparation for stand-alone autodifferentiability.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 6 16:51:02 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: c37_adj, checkpoint37, pre38tag1
Branch point for: pre38
Changes since 1.9: +3 -4 lines
Diff to previous 1.9
separate the state variable "eta" from the 2D solver solution cg2d_x


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 22:08:57 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint36
Changes since 1.8: +6 -1 lines
Diff to previous 1.8
apply shap_filter to U,V when Crank-Nickelson time step is used


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Feb 20 15:10:15 2001 UTC (23 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.7: +4 -2 lines
Diff to previous 1.7
use "zonal_filt_lat < 90." as a running flag for zonal FFT filter


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 22:50:10 2001 UTC (23 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.6: +19 -33 lines
Diff to previous 1.6
move the IO at the end of a time step


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 14:38:47 2001 UTC (23 years, 4 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint35
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
Made sure each .F and .h file had
the CVS keywords Header and Name at its start.
Most had header but very few currently have Name, so
lots of changes!


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:04:48 2001 UTC (23 years, 4 months ago) by adcroft
Branch: MAIN
Changes since 1.4: +43 -18 lines
Diff to previous 1.4
Merged changes from branch "branch-atmos-merge" into MAIN (checkpoint34)
 - substantial modifications to algorithm sequence (dynamics.F)
 - packaged OBCS, Shapiro filter, Zonal filter, Atmospheric Physics


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Nov 13 16:32:58 2000 UTC (23 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-start, checkpoint32, checkpoint33, checkpoint34
Branch point for: branch-atmos-merge
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
Rescaling of forcing fields done immediately after reading fields.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 20:54:37 2000 UTC (23 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint31
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Change call to load_external_fields -> external_fields_load
Tested for exp(0,2,4).


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 19:09:00 2000 UTC (24 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint29, checkpoint30
Changes since 1.1: +1 -10 lines
Diff to previous 1.1
Moved the writing of time-averages to do_the_model_io().


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Apr 5 19:04:13 2000 UTC (24 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint27, checkpoint28
Restructered the calling tree between THE_MODEL_MAIN()
and DYNAMICS(). Two calling levels have been inserted
to better split the "fixed" initialization phase from
the main time-loop for easier connectivity with the adjoint
infrastructure.

The calling tree now looks like:

   the_model_main:
      initialise_fixed()
      the_main_loop()

   the_main_loop:
      initialise_varia()
      do i=1,nIters
         forward_step()
      enddo
      forward_step()

   forward_step:
      load_external_fields()
      dynamics()
      do_the_model_io()
      solve_for_pressure()
      do_gterm_blocking_exchanges()
      write_checkpoint()


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.22