/[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 c37_adj: (view) (download) (annotate)
Sticky Tag:

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, 4 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, 4 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