/[MITgcm]/MITgcm/pkg/cheapaml/CHEAPAML.h
ViewVC logotype

Log of /MITgcm/pkg/cheapaml/CHEAPAML.h

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


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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 17:45:58 2017 UTC (6 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD, checkpoint66l, checkpoint66m, checkpoint66n, checkpoint66o
Changes since 1.15: +7 -5 lines
Diff to previous 1.15
- rename parameter cheapaml_taurelax & cheapaml_taurelaxocean (in days)
  to cheap_tauRelax & cheap_tauRelaxOce (now in seconds);


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Oct 12 15:40:07 2017 UTC (6 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.14: +5 -8 lines
Diff to previous 1.14
- move setting of (fixed in time) relaxation coefficient
  from cheapaml_init_varia.F to cheapaml_init_fixed.F
- remove arrays: cheapMask & xgs from common block and defined them locally.


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Jun 27 14:16:16 2017 UTC (6 years, 11 months ago) by bderembl
Branch: MAIN
CVS Tags: checkpoint66i, checkpoint66j, checkpoint66k
Changes since 1.13: +6 -3 lines
Diff to previous 1.13

added useRelativeWind flag


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 09:05:52 2017 UTC (6 years, 11 months ago) by bderembl
Branch: MAIN
Changes since 1.12: +7 -4 lines
Diff to previous 1.12


modified files:
cheapaml_readparms.F
CHEAPAML.h
cheapaml_fields_load.F
cheapaml.F


-there was a bug in cheapaml_fields_load.F:
      _RL  cheaph0   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheaph1   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheapcl0   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheapcl1   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheaplw0   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheaplw1   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheappr0   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
      _RL  cheappr1   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

were not in the common block

- there was another bug in cheapaml_fields_load.F:
  the fields were loaded only if a solarfile was present

IF ( SolarFile .EQ. ' '  )

I removed this condition

- last bug: in the bulk formula for long waves, I added a ABS(qair)
  inside the SQRT() for the computation of xlwnet. qair is never
  supposed to be negative but it may happen.


-added a flag for input precip (usePrecip set to false by default)
and the corresponding precip file (cheap_prFile) and fields (CheapPrecip)


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat May 25 18:05:45 2013 UTC (11 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64h, 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
Changes since 1.11: +23 -18 lines
Diff to previous 1.11
store precip in common block ; comment out "Cheapprgrid" (un-used).


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 21:16:15 2013 UTC (11 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64e, checkpoint64f, checkpoint64g
Changes since 1.10: +7 -1 lines
Diff to previous 1.10
- add new parameter (default=F, same as before) to disable full domain
  (including land) periodicity in X & Y dir.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 23:23:27 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64c, checkpoint64d
Changes since 1.9: +40 -16 lines
Diff to previous 1.9
store in CHEAPAML.h coeffs ssq[0:2] for saturation specific humidity


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Dec 23 20:15:29 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64b
Changes since 1.8: +7 -7 lines
Diff to previous 1.8
add parameter to start Adams-Bashforth for cheapaml variables


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 17:05:49 2012 UTC (11 years, 9 months ago) by wienders
Branch: MAIN
CVS Tags: checkpoint63s, checkpoint64, checkpoint64a
Changes since 1.7: +9 -3 lines
Diff to previous 1.7
 New parametrization for the long wave radiations.


Revision 1.7 - (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, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r
Changes since 1.6: +30 -9 lines
Diff to previous 1.6

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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 17:52:10 2011 UTC (13 years, 3 months ago) by wienders
Branch: MAIN
CVS Tags: checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y, checkpoint62z, checkpoint63, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63d, checkpoint63e
Changes since 1.5: +17 -4 lines
Diff to previous 1.5

New CheapAML version including a passive tracer option.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 16:11:41 2011 UTC (13 years, 3 months ago) by wienders
Branch: MAIN
Changes since 1.4: +15 -21 lines
Diff to previous 1.4

New Version of Cheapaml...


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 00:18:05 2011 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62s
Changes since 1.3: +62 -25 lines
Diff to previous 1.3
From Nico Wienders: Updated version of this package.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 03:56:18 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62k, checkpoint62l, checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p, checkpoint62q, checkpoint62r
Changes since 1.2: +43 -28 lines
Diff to previous 1.2
-split common bloc per type
-comment out unused variables


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 14:07:52 2010 UTC (13 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62j
Changes since 1.1: +16 -17 lines
Diff to previous 1.1
remove tabs


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 21:49:30 2008 UTC (15 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i, 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
From Nicolas: new package, (Cheap) Atmospheric Mixed Layer


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