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

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue May 13 17:42:00 2003 UTC (21 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint50e_post, checkpoint50e_pre, checkpoint50f_post, checkpoint50f_pre, checkpoint50g_post, checkpoint50h_post, checkpoint50i_post, checkpoint51
Changes since 1.52: +39 -1 lines
Diff to previous 1.52
Extended pkg/debug and instrumented main code to help track down fatal
errors.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 17 13:40:06 2003 UTC (21 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint50b_post, checkpoint50c_post, checkpoint50c_pre, checkpoint50d_post, checkpoint50d_pre
Changes since 1.51: +3 -3 lines
Diff to previous 1.51
store u*,v* in gU,V instead of in gu,vNm1.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 02:20:52 2003 UTC (21 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint48i_post, checkpoint49, checkpoint50, checkpoint50a_post, checkpoint50b_pre
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
Changes to restore differentiability of code w.r.t. previous tag
(mostly adding new routines to make list and replacing
pressure by totPhiHyd).


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Feb 18 05:33:54 2003 UTC (21 years, 3 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint48f_post, checkpoint48g_post, checkpoint48h_post
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
Merging from release1_p12:
o Modifications for using pkg/exf with pkg/seaice
  - improved description of the various forcing configurations
  - added basic radiation bulk formulae to pkg/exf
  - units/sign fix for evap computation in exf_getffields.F
  - updated verification/global_with_exf/results/output.txt
o Added pkg/sbo for computing IERS Special Bureau for the Oceans
  (SBO) core products, including oceanic mass, center-of-mass,
  angular, and bottom pressure (see pkg/sbo/README.sbo).
o Lower bound for viscosity/diffusivity in pkg/kpp/kpp_routines.F
  to avoid negative values in shallow regions.
  - updated verification/natl_box/results/output.txt
  - updated verification/lab_sea/results/output.txt
o MPI gather, scatter: eesupp/src/gather_2d.F and scatter_2d.F
o Added useSingleCpuIO option (see PARAMS.h).
o Updated useSingleCpuIO option in mdsio_writefield.F to
  work with multi-field files, e.g., for single-file pickup.
o pkg/seaice:
  - bug fix in growth.F: QNET for no shortwave case
  - added HeffFile for specifying initial sea-ice thickness
  - changed SEAICE_EXTERNAL_FLUXES wind stress implementation
o Added missing /* */ to CPP comments in pkg/seaice, pkg/exf,
  kpp_transport_t.F, forward_step.F, and the_main_loop.F
o pkg/seaice:
  - adjoint-friendly modifications
  - added a SEAICE_WRITE_PICKUP at end of the_model_main.F


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 22:42:11 2003 UTC (21 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint48c_post, checkpoint48d_post, checkpoint48d_pre, checkpoint48e_post
Changes since 1.48: +21 -7 lines
Diff to previous 1.48
Modifications in treatment of initial flux forcing controls
to avoid extra storing of flux fields.


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Jan 26 21:07:25 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48b_post
Changes since 1.47: +15 -5 lines
Diff to previous 1.47
r* coordinate added in #ifdef NONLIN_FRSURF block.
  (modification to pressure gradient not yet implemented)


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Wed Jan 22 16:09:24 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint48, checkpoint48a_post
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
fix bug in TIMER_STOP 'UPDATE_CG2D' that was causing lot of WARNING.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Tue Jan 21 19:17:03 2003 UTC (21 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47j_post, checkpoint48c_pre
Changes since 1.45: +5 -2 lines
Diff to previous 1.45
Moved appropriate exchanges from forward_step to inside
addummy_in_stepping.
Will have to see whether that's also consistent with the ecco-branch.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 10:11:10 2002 UTC (21 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint47f_post, checkpoint47g_post, checkpoint47h_post, checkpoint47i_post
Changes since 1.44: +55 -49 lines
Diff to previous 1.44
checkpoint47f_post
Merging from release1_p10:
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.44 - (view) (download) (annotate) - [select for diffs]
Sat Dec 21 00:33:54 2002 UTC (21 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: branch-exfmods-tag, checkpoint47e_post
Branch point for: branch-exfmods-curt
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
add a call to TIMER_STOP that was missing.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Dec 6 20:10:58 2002 UTC (21 years, 5 months ago) by cheisey
Branch: MAIN
CVS Tags: checkpoint47c_post, checkpoint47d_post, checkpoint47d_pre
Changes since 1.42: +4 -3 lines
Diff to previous 1.42
Fixing the exchange routines in bulk forcing so that they work
with the cubed sphere model.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Mon Dec 2 13:11:09 2002 UTC (21 years, 5 months ago) by cheisey
Branch: MAIN
CVS Tags: checkpoint47b_post
Changes since 1.41: +5 -5 lines
Diff to previous 1.41
Fixing #ifdef so that useseaice is mutually exclusive with
bulk forcing (which uses thermodynamic seaice).


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Nov 23 21:47:03 2002 UTC (21 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint47a_post
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
Pb in lab_sea experiment was easy to fixa (CALL SEAICE_MODEL)


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Nov 21 19:11:42 2002 UTC (21 years, 6 months ago) by cheisey
Branch: MAIN
Changes since 1.39: +5 -5 lines
Diff to previous 1.39
Two packages:  bulk_force (Bulk forcing)
and therm_seaice (thermodynamic_seaice) - adopted from LANL CICE.v2.0.2
Earlier integration from Stephaine Dutkiewicz
and Patrick Heimbach.

Two ifdef statements for compile time,
ALLOW_THERM_SEAICE and ALLOW_BULK_FORCE

Two switches in data.pkg to turn on at run-time:

cat data.pkg
# Packages
 &PACKAGES
 useBulkForce=.TRUE.,
 useThermSeaIce=.TRUE.,
 &

WARNING:  useSEAICE and useThermSEAICE are mutually exclusive.

The bulk package requires an additional parameter file
with two namelists, data.ice and data.blk.

c ADAPTED FROM:
c LANL CICE.v2.0.2
c-----------------------------------------------------------------------
c.. thermodynamics (vertical physics) based on M. Winton 3-layer model
c.. See Bitz, C. M. and W. H. Lipscomb, 1999:  "An energy-conserving
c..       thermodynamic sea ice model for climate study."  J. Geophys.
c..       Res., 104, 15669 - 15677.
c..     Winton, M., 1999:  "A reformulated three-layer sea ice model."
c..       Submitted to J. Atmos. Ocean. Technol.

c.. authors Elizabeth C. Hunke and William Lipscomb
c..         Fluid Dynamics Group, Los Alamos National Laboratory
c-----------------------------------------------------------------------


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Nov 20 19:08:25 2002 UTC (21 years, 6 months ago) by cheisey
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Fixing bug - there is an #ifdef in the incorrect place,
and consequently, bulk_forcing never gets called.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Nov 15 19:58:21 2002 UTC (21 years, 6 months ago) by cheisey
Branch: MAIN
Changes since 1.37: +28 -2 lines
Diff to previous 1.37
Two packages:  bulk_forcing (Bulk forcing)
and thermodynamic_seaice (adapted from LANL CICE.v2.0.2)
Earlier integration from Stephaine Dutkiewicz
and Patrick Heimbach.

Two ifdef statements for compile time,
ALLOW_TSEAICE and ALLOW_BULKFORMULA

Two switches in data.pkg to turn on at run-time:

cat data.pkg
# Packages
 &PACKAGES
 useBulkf=.TRUE.,
 useTSeaIce=.TRUE.,
 &

The bulk package requires an additional parameter file
with two namelists.

 cat data.blk
 &BULKF_PARM01
 RainFile=       'ncep_precip_m_cubed.bin',
 SolarFile=      'ncep_downsolr_cubed.bin',
 AirTempFile=    'ncep_tair_cubed.bin',
 AirhumidityFile='ncep_qair_g_cubed.bin',
 LongwaveFile=   'ncep_netlw_cubed.bin',
 UWindFile=      'ncep_uwind_cubed.bin',
 VWindFile=      'ncep_vwind_cubed.bin',
 WspeedFile=    ' ',
 RunoffFile=    ' ',
 QnetFile=       ' ',
 EmPFile=        'ncep_emp_calc_cubed.bin',
 CloudFile=      'ncep_totalcloud_cubed.bin',
 &

 &BULKF_PARM02
 qnet_off=0.0,
 empmr_off=0.0,
 conservcycle=311040000.,
 &



c ADAPTED FROM:
c LANL CICE.v2.0.2
c-----------------------------------------------------------------------
c.. thermodynamics (vertical physics) based on M. Winton 3-layer model
c.. See Bitz, C. M. and W. H. Lipscomb, 1999:  "An energy-conserving
c..       thermodynamic sea ice model for climate study."  J. Geophys.
c..       Res., 104, 15669 - 15677.
c..     Winton, M., 1999:  "A reformulated three-layer sea ice model."
c..       Submitted to J. Atmos. Ocean. Technol.

c.. authors Elizabeth C. Hunke and William Lipscomb
c..         Fluid Dynamics Group, Los Alamos National Laboratory
c-----------------------------------------------------------------------

WARNING:  useSEAICE and useTSEAICE are mutually exclusive.

todo: thermodynamic.F should be reviewed and cleaned up a bit.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Nov 15 03:01:21 2002 UTC (21 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint47
Changes since 1.36: +9 -14 lines
Diff to previous 1.36
differentiable version of checkpoint46n_post
o external_fields_load now part of differentiation list
o pressure needs multiple storing;
  would be nice to have store_pressure at beginning or
  end of forward_step, e.g. by having phiHyd global (5-dim.)
  (NB: pressure is needed for certain cases in find_rho,
  which is also invoked through convective_adjustment).
o recomputations in find_rho for cases
 'JMD95'/'UNESCO' or 'MDJWF' are OK.
o #define ATMOSPHERIC_LOADING should be differentiable
o ini_forcing shifted to begining of initialise_varia


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 20:39:46 2002 UTC (21 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46n_post
Changes since 1.35: +74 -40 lines
Diff to previous 1.35
Merging from release1_p8 branch:
o external_fields_load:
  - added this routine to TAF list
  - needed to make some common blocks global and additional storing
    along the same lines as exf package (checkpoint_lev?_directives.h)


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Oct 7 16:24:45 2002 UTC (21 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint46j_post, checkpoint46k_post, checkpoint46l_post, checkpoint46l_pre, checkpoint46m_post
Changes since 1.34: +7 -9 lines
Diff to previous 1.34
* split calc_exact_eta in 2 S/R : integr_continuity & update_etaH
* move wVel computation at the end of the time step, in S/R integr_continuity
* create specific S/R to exchange T,S before DYNAMICS (for stagger time step)
* update timeave pkg for wVel diagnostic ; put convertEmP2rUnit in PARAMS.h


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Jul 13 04:59:42 2002 UTC (21 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46, checkpoint46a_post, checkpoint46a_pre, checkpoint46b_post, checkpoint46b_pre, checkpoint46c_post, checkpoint46c_pre, checkpoint46d_post, checkpoint46d_pre, checkpoint46e_post, checkpoint46e_pre, checkpoint46f_post, checkpoint46g_post, checkpoint46g_pre, checkpoint46h_post, checkpoint46h_pre, checkpoint46i_post, checkpoint46j_pre
Changes since 1.33: +1 -4 lines
Diff to previous 1.33
Merging from release1_p5 (cf. tag-index for checkpoint46).


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 03:21:08 2002 UTC (21 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint45d_post
Changes since 1.32: +2 -4 lines
Diff to previous 1.32
* need to call UPDATE_SURF_DR even if momStepping=F (RealFreshWater)


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu May 30 02:32:14 2002 UTC (21 years, 11 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint45b_post, checkpoint45c_post
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
Included CPP option ALLOW_AUTODIFF_MONITOR
to enable/disable use of adcommon.h/g_common.h


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 22:14:37 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44e_post, checkpoint44e_pre, checkpoint44f_post, checkpoint44f_pre, checkpoint44g_post, checkpoint44h_post, checkpoint44h_pre, checkpoint45, checkpoint45a_post, chkpt44c_post, chkpt44d_post, release1_final_v1
Branch point for: release1_final
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
add argument myIter & myTime to S/R routine solve_for_pressure


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 20:00:09 2002 UTC (22 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44b_post, chkpt44c_pre
Changes since 1.29: +14 -5 lines
Diff to previous 1.29
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


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 30 04:12:12 2002 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint44b_pre, chkpt44a_post, chkpt44a_pre
Changes since 1.28: +3 -3 lines
Diff to previous 1.28
small changes associated with NonLin_FreeSurf option :
* initialization (ini_psurf.F);
* dump hFac fields (write_state.F);
* avoid unnecessary re-computation (forward_step.F initialise_varia.F calc_surf_dr.F);


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 19:00:43 2002 UTC (22 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint44
Changes since 1.27: +5 -3 lines
Diff to previous 1.27
Transfering major checkpoint store directive blocks to
separate header files.
Files are included in the_main_loop (lev3, lev2)
and forward_step (lev1).


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 14:58:46 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint43a-release1mods, release1-branch-end, release1-branch_branchpoint, release1-branch_tutorials
Branch point for: release1-branch
Changes since 1.26: +45 -32 lines
Diff to previous 1.26
add options to select where the filters apply in the time-step


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Nov 20 23:27:29 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
o Bugfix in adcommon.h: commen blocks were adjusted to latest
  common block structure in DYNVARS.h
o placed a do_field_blocking_exchanges after dummy_in_stepping
  to ensure that addummy_in_stepping is preceded by exchanges.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Nov 20 21:13:09 2001 UTC (22 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24
#ifdef autodiff removed for future generalizations.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Oct 27 02:16:52 2001 UTC (22 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.23: +9 -1 lines
Diff to previous 1.23
apply Shapiro filter on T,S before computing Phi_Hyd when
  stagger time stepping is used.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 20:12:10 2001 UTC (22 years, 7 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, 7 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, 8 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, 8 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, 8 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, 8 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, 9 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, 9 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, 9 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, 9 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, 10 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, 10 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, 1 month 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, 2 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, 3 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, 3 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, 3 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, 6 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, 8 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 (23 years, 11 months 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, 1 month 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