/[MITgcm]/MITgcm/pkg/cheapaml/cheapaml_coare3_flux.F
ViewVC logotype

Log of /MITgcm/pkg/cheapaml/cheapaml_coare3_flux.F

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


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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 17 13:45:14 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o, 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, checkpoint66a, checkpoint66b, checkpoint66c, checkpoint66d, checkpoint66e, checkpoint66f, checkpoint66g, checkpoint66h, checkpoint66i, checkpoint66j, checkpoint66k, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.15: +54 -19 lines
Diff to previous 1.15
take source file from MITgcm_contrib/verification_other/offline_cheapaml/code
 that enable the use of seaice (pkg/thsice thermo & pkg/seaice dynamics)
with pkg/cheapaml.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat May 25 18:09:25 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64h
Changes since 1.14: +41 -40 lines
Diff to previous 1.14
- consistent treatment of uWind,vWind location: assume everywhere in
  pkg/cheapaml that they are on C-grid (@ uVel,vVel location)
  (Note: was already the case for Tair,Qair advection);
  add option (INCONSISTENT_WIND_LOCATION) to recover old results.
- compute diabatic forcing only in the interior (excluding overlap regions)
- fill in array "Qsw" (for short-wave heating);
- add diagnostic for precip ; fill-in diagnostics for cheapAML state
  var before any update (consistent with MITgcm state var diagnostics);


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri May 24 12:20:18 2013 UTC (10 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.13: +7 -5 lines
Diff to previous 1.13
- replace one ()**.5 with SQRT ; use temp var "cdu = tau/Du";
both affect machine truncation (but exp cheapAML_box still pass with 13 digits)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 22:15:40 2013 UTC (11 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64e, checkpoint64f, checkpoint64g
Changes since 1.12: +23 -2 lines
Diff to previous 1.12
- add argument myIter & myThid to S/R cheapaml_coare3_flux.
- add some debug print when var "rr" is =< 0 (before division by rr**0.6)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 19:11:35 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64d
Changes since 1.11: +7 -4 lines
Diff to previous 1.11
avoid division by zero (in place where wind is zero)


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 23:25:50 2012 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64c
Changes since 1.10: +1 -5 lines
Diff to previous 1.10
coeffs ssq[0:2] for saturation specific humidity are now stored in CHEAPAML.h


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 18:40:13 2012 UTC (11 years, 4 months ago) by jmc
Branch: MAIN
Changes since 1.9: +231 -180 lines
Diff to previous 1.9
add missing "_d 0" where it's needed


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 20:15:43 2012 UTC (11 years, 7 months ago) by wienders
Branch: MAIN
CVS Tags: checkpoint64a, checkpoint64b
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
A missing space on line 106 was causing the compilation to stop.
-


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 9 20:12:20 2012 UTC (11 years, 7 months ago) by wienders
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7

A missing space on line 106 was causing the compilation to stop.

-


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 19:09:15 2012 UTC (11 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63s, checkpoint64
Changes since 1.6: +21 -21 lines
Diff to previous 1.6
remove unbalanced single/double quote (in comments)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 17:08:06 2012 UTC (11 years, 8 months ago) by wienders
Branch: MAIN
Changes since 1.5: +35 -30 lines
Diff to previous 1.5
New parametrization of the long wave radiations.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 16:42:03 2011 UTC (12 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r
Changes since 1.4: +17 -17 lines
Diff to previous 1.4
avoid unbalanced single/double quote


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 20:00:31 2011 UTC (12 years, 6 months ago) by wienders
Branch: MAIN
CVS Tags: checkpoint63f, checkpoint63g
Changes since 1.3: +32 -22 lines
Diff to previous 1.3

New cheapAML (rolexAML) version. This one includes a parametrization of the cloud effect.
Several bugs were also fixed.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 01:25:15 2011 UTC (12 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e
Changes since 1.2: +19 -18 lines
Diff to previous 1.2
avoid line longer than 72c


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 16:11:41 2011 UTC (13 years, 2 months ago) by wienders
Branch: MAIN
CVS Tags: checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z
Changes since 1.1: +23 -21 lines
Diff to previous 1.1

New Version of Cheapaml...


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 00:18:05 2011 UTC (13 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62s
From Nico Wienders: Updated version of this package.


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