/[MITgcm]/MITgcm/pkg/exf/EXF_FIELDS.h
ViewVC logotype

Log of /MITgcm/pkg/exf/EXF_FIELDS.h

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


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

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Oct 6 00:03:56 2017 UTC (6 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.22: +23 -13 lines
Diff to previous 1.22
- add specific forcing field for tides to feed model new geopotential anomaly
  forcing, for now within #ifdef EXF_ALLOW_TIDES.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Feb 12 00:55:12 2017 UTC (7 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k
Changes since 1.21: +9 -13 lines
Diff to previous 1.21
Change EXF_READ_EVAP to only activate code within #ifdef ALLOW_ATM_TEMP ;
 this prevent to read evap when ALLOW_ATM_TEMP is undef and other fields,
 e.g. precip, are not available.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Jan 27 17:12:08 2017 UTC (7 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.20: +50 -43 lines
Diff to previous 1.20
add option ALLOW_READ_TURBFLUXES (and corresponding set of parameters)
 to allow to read-in Sensible & Latent Heat flux.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 03:45:34 2017 UTC (7 years, 4 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint66c
Changes since 1.19: +14 -1 lines
Diff to previous 1.19
- add saltflx :: Net upward salt flux in psu.kg/m^2/s


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 21:25:45 2016 UTC (7 years, 7 months ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint66a, checkpoint66b
Changes since 1.18: +1 -8 lines
Diff to previous 1.18
Moving reading of apco2 from pkg/exf to pkg/bling


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Oct 13 20:28:57 2016 UTC (7 years, 7 months ago) by mmazloff
Branch: MAIN
Changes since 1.17: +8 -1 lines
Diff to previous 1.17
Adding aPCO2 to EXF package. This code was originally from Holger Brix.
Enable this code with USE_EXFCO2 in EXF_OPTIONS


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Oct 10 03:09:41 2013 UTC (10 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint64p, checkpoint64q, checkpoint64r, checkpoint64s, checkpoint64t, checkpoint64u, checkpoint64v, checkpoint64w, checkpoint64x, checkpoint64y, checkpoint64z, checkpoint65, checkpoint65a, checkpoint65b, checkpoint65c, checkpoint65d, checkpoint65e, checkpoint65f, checkpoint65g, checkpoint65h, checkpoint65i, checkpoint65j, checkpoint65k, checkpoint65l, checkpoint65m, checkpoint65n, checkpoint65o, checkpoint65p, checkpoint65q, checkpoint65r, checkpoint65s, checkpoint65t, checkpoint65u, checkpoint65v, checkpoint65w, checkpoint65x, checkpoint65y, checkpoint65z
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
fix comment - hflux is equivalent to qnet and includes shortwave


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 19:36:12 2013 UTC (10 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
to use eaice-fraction from pkg/exf in other pkgs than pkg/seaice:
 rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
 and rename array obsSIce to exf_iceFraction


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 19:04:33 2013 UTC (11 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o
Changes since 1.14: +10 -1 lines
Diff to previous 1.14
adding ALLOW_RUNOFTEMP for specifying temperature of runoff
Modified Files: EXF_FIELDS.h EXF_OPTIONS.h EXF_PARAM.h exf_check_range.F
  exf_diagnostics_fill.F exf_diagnostics_init.F exf_getffields.F
  exf_init.F exf_mapfields.F exf_monitor.F exf_readparms.F exf_summary.F


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 16:06:43 2012 UTC (12 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint64, checkpoint64a, checkpoint64b, checkpoint64c, checkpoint64d, checkpoint64e, checkpoint64f
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
Part two of ECCO-CLIVAR code merges.
Completes merge of seaice area relax. code.
Requires unified CPP option EXF_ALLOW_SEAICE_RELAX
to be set in EXF_OPTIONS.h since this pkg controls its I/O
(and avoids second CPP option in SEAICE_OPTIONS.h)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Apr 28 04:45:08 2010 UTC (14 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Small bug fix.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 03:15:23 2010 UTC (14 years ago) by heimbach
Branch: MAIN
Changes since 1.11: +14 -1 lines
Diff to previous 1.11
Add pseudo climat. stress fields to facilitate offline seaice calculations


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Apr 14 23:02:18 2010 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62e
Changes since 1.10: +8 -2 lines
Diff to previous 1.10
improving readability of ALLOW_ZENITHANGLE related code
- remove nSx,nSy dims from zen_albedo_table
- rename useExfZenithAngle to useExfZenIncoming/useExfZenAlbedo
  and document them in EXF_PARAM.h
- document ALLOW_ZENITHANGLE in EXF_OPTIONS.h and set it to false
- document variables in EXF_FIELDS.h


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Apr 13 06:57:34 2010 UTC (14 years, 1 month ago) by gforget
Branch: MAIN
Changes since 1.9: +11 -1 lines
Diff to previous 1.9
account for the variation of albedo as a function of zenith angle


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 17 21:16:12 2010 UTC (14 years, 2 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62d
Changes since 1.8: +4 -7 lines
Diff to previous 1.8
surface relaxation -- separating data and data.exf options


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jul 29 14:24:04 2009 UTC (14 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z, checkpoint62, checkpoint62a, checkpoint62b
Changes since 1.7: +4 -6 lines
Diff to previous 1.7
fixing comment to correspond with what is actually coded


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 21:58:56 2009 UTC (14 years, 10 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t
Changes since 1.6: +2 -5 lines
Diff to previous 1.6
fixing comments to catch up with code changes: hflux always includes swflux


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 20:49:04 2008 UTC (15 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p
Changes since 1.5: +249 -249 lines
Diff to previous 1.5
fix description of precip (=Total precip) & snowprecip (units of equivalent
 liquid water volume): this is consistent with pkg/thsice (thsice_map_exf.F)
 and did not find an other place where snowprecip was used.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 18:55:09 2008 UTC (15 years, 11 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e
Changes since 1.4: +10 -1 lines
Diff to previous 1.4
Adding a capability to exf: read ice area from file.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri May 18 02:44:50 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59c, checkpoint59d, checkpoint59e, checkpoint59f, checkpoint59g, checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
remove ALLOW_SEAICE from exf pkg files and add #define ALLOW_RUNOFF
in SEAICE_OPTIONS.h


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon May 14 19:32:08 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59b
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
remove us (use wspeed instead); add wStress .


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 19:55:34 2007 UTC (17 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59, checkpoint59a
Changes since 1.1: +20 -1 lines
Diff to previous 1.1
o Remove exf_clim code.
o Split exf namelist


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 23:27:20 2007 UTC (17 years, 1 month ago) by jmc
Branch: MAIN
move EXF header files from lower_case.h to UPPER_CASE.h ;
 add missing cvs Header & Name


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