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

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

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


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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Sep 18 16:44:16 2017 UTC (6 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: HEAD, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.23: +9 -5 lines
Diff to previous 1.23
- add missing CPP brackets


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Sep 11 17:29:59 2017 UTC (6 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.22: +2 -6 lines
Diff to previous 1.22
only call EXTERNAL_FIELDS_LOAD if fluidIsWater.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:19:17 2017 UTC (6 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.21: +7 -1 lines
Diff to previous 1.21
Temporary fix for call to EXTERNAL_FIELDS_LOAD to expose
conditional sensitivities.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 14:42:28 2017 UTC (6 years, 7 months ago) by bderembl
Branch: MAIN
Changes since 1.20: +1 -3 lines
Diff to previous 1.20
removed IF ( .NOT.useCheapAML )  before EXTERNAL_FIELDS_LOAD. in case you need both cheapaml and SST/SSS restoring


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jul 18 21:45:03 2015 UTC (8 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j
Changes since 1.19: +1 -14 lines
Diff to previous 1.19
- change where Offline-Fields are loaded, from load_fields_driver.F to
  directly within FORWARD_STEP, just after updating iter number and time;
- move setting of GM and KPP diffusivity out of OFFLINE_FIELDS_LOAD into new
  S/R OFFLINE_GET_DIFFUS that is called towards the end of DO_OCEANIC_PHYS;


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 18:21:45 2015 UTC (9 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
- with synchronous time-stepping: move resetting to zero of frictionHeating
  field from load_fields_driver.F to thermodynamics.F ;
- add diagnostics for frictional heating.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 21:21:59 2014 UTC (9 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65g, checkpoint65h
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- packages_boot.F :
    - add useCTRL, useECCO to run time parameters list.
    - default is true if ALLOW_AUTODIFF, false otherwise.
    - IF (useECCO) useCAL = .TRUE.
    - IF (useGrdchk) useCTRL = .TRUE.
- do_oceanic_phys.F, packages_check.F, packages_init_fixed.F,
  packages_init_variables.F, the_main_loop.F : add useECCO switch
- forward_step.F, load_fields_driver.F, packages_check.F, packages_init_fixed.F,
  packages_init_variables.F, the_model_main.F : add useCTRL switch
- initialise_varia.F : add ALLOW_CTRL bracket


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 12 14:54:32 2014 UTC (9 years, 7 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint65d, checkpoint65e, checkpoint65f
Changes since 1.16: +6 -6 lines
Diff to previous 1.16
- move call to CTRL_MAP_GENTIM2D ahead of BULKF_FIELDS_LOAD, EXF_GETFORCING
  so xx_gentim2d can be applied to e.g. exf fields in a timely manner.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 20:54:11 2014 UTC (10 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c
Changes since 1.15: +16 -6 lines
Diff to previous 1.15
- Start to include explicitly AUTODIFF_OPTIONS.h, COST_OPTIONS.h,
  and CTRL_OPTIONS.h in src files (to enable to skip the ECCO_CPPOPTIONS.h)
  For now, only in pkgs used in verification/hs94.1x64x5.
- Replace ALLOW_AUTODIFF_TAMC by ALLOW_AUTODIFF (except for tape/storage
  which are specific to TAF/TAMC).


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Feb 5 14:37:49 2013 UTC (11 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint64d, checkpoint64e, checkpoint64f, checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u
Changes since 1.14: +6 -1 lines
Diff to previous 1.14
( modifications for ALLOW_GENTIM2D_CONTROL )
- forward_step.F, the_main_loop.F : pass options and arrays for adjoint tapes.
- load_fields_driver.F : add call to CTRL_MAP_GENTIM2D( myTime, myIter, myThid )


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 22:40:36 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b, checkpoint64c
Changes since 1.13: +38 -2 lines
Diff to previous 1.13
reset forcing arrays that may receive multiple contributions:
 applied to: frictional-Heating  and addMass (if not read from file)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Nov 7 21:37:33 2012 UTC (11 years, 5 months ago) by jahn
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
allow loading of forcing fields through external_fields_load even if exf is on


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 16:09:43 2012 UTC (11 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63r, checkpoint63s, checkpoint64
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
Attempt at adding CTRL_SIZE.h


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 22:26:39 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q
Changes since 1.10: +2 -4 lines
Diff to previous 1.10
useEBM : do not prevent to load some periodic forcing (call to EXTERNAL_FIELDS_LOAD)


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 22:26:50 2011 UTC (13 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a
Changes since 1.9: +6 -56 lines
Diff to previous 1.9
changes related to pkg/cheapaml


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 00:57:24 2010 UTC (13 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s
Changes since 1.8: +11 -22 lines
Diff to previous 1.8
switch some test on debugLevel value to debugMode test


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 21:56:48 2009 UTC (15 years, 2 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c, checkpoint62d, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n
Changes since 1.7: +4 -4 lines
Diff to previous 1.7
Add TAF option "kind" (or adjust "byte") to enable real*4 common blocks


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 22:02:23 2008 UTC (15 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i
Changes since 1.6: +18 -1 lines
Diff to previous 1.6
From Nicolas: add package cheapaml


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 18:52:21 2007 UTC (16 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r, checkpoint60, checkpoint61, checkpoint61a, checkpoint61b
Changes since 1.5: +2 -5 lines
Diff to previous 1.5
split PTRACERS.h in 2 header files: PTRACERS_FIELDS.h & PTRACERS_PARAMS.h


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 15:53:43 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59a, checkpoint59b, checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i
Changes since 1.4: +16 -14 lines
Diff to previous 1.4
works when pkg/exf is compiled but not used (useEXF=.F.)


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 23:56:05 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59
Changes since 1.3: +3 -9 lines
Diff to previous 1.3
Make useEXF a runtime flag.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 19:54:06 2007 UTC (17 years ago) by heimbach
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
Removing exf_clim code.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 23:31:59 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.1: +4 -4 lines
Diff to previous 1.1
move EXF header files from lower_case.h to UPPER_CASE.h ;


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 16:23:02 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58j_post, checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post, checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post, mitgcm_mapl_00
new driver S/R: LOAD_FIELDS_DRIVER to load external forcing fields
 from file (collects calls previously in FORWARD_STEP)


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