Log of /MITgcm/pkg/exf/exf_wind.F
Parent Directory
| Revision Log
| Revision Graph
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 20 03:13:32 2014 UTC
(10 years, 1 month ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint65g,
checkpoint65h,
checkpoint65i,
checkpoint65j,
checkpoint65k,
checkpoint65l,
checkpoint65m,
checkpoint65n,
checkpoint65o,
checkpoint65p,
checkpoint65q,
checkpoint65r
Changes since
1.14: +7 -1 lines
Diff to
previous 1.14
- ECCO_OPTIONS.h is needed when including ecco_cost.h, ecco.h
- AUTODIFF_OPTIONS.h is needed when including tamc.h, tamc_keys.h
- CTRL_OPTIONS.h is needed when including ctrl.h
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 28 19:17:46 2012 UTC
(12 years, 3 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint63s,
checkpoint64,
checkpoint64a,
checkpoint64b,
checkpoint64c,
checkpoint64d,
checkpoint64e,
checkpoint64f,
checkpoint64g,
checkpoint64h,
checkpoint64i,
checkpoint64j,
checkpoint64k,
checkpoint64l,
checkpoint64m,
checkpoint64n,
checkpoint64o,
checkpoint64p,
checkpoint64q,
checkpoint64r,
checkpoint64s,
checkpoint64t,
checkpoint64u,
checkpoint64v,
checkpoint64w,
checkpoint64x,
checkpoint64y,
checkpoint64z,
checkpoint65,
checkpoint65a,
checkpoint65b,
checkpoint65c
Changes since
1.11: +18 -7 lines
Diff to
previous 1.11
- pkg/exf : added run time switch useAtmWind to replace ALLOW_ATM_WIND
cpp switch. ALLOW_ATM_WIND now just sets the useAtmWind default (see
exf_readparms.F) and force defines ALLOW_BULKFORMULAE (EXF_OPTIONS.h).
- pkg/exf, autodiff, ctrl, ecco and seaice : remove ALLOW_ATM_WIND
brackets, or replace them with useAtmWind ones.
- pkg/ctrl, ecco : allow to compile both ALLOW_U/VSTRESS_CONTROL and
ALLOW_U/VWIND_CONTROL. Depending on useAtmWind, one is inactive,
and the other is active (see exf_getffields.F/exf_getsurfacefluxes.F).
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 16:21:58 2010 UTC
(14 years, 1 month ago)
by
gforget
Branch:
MAIN
CVS Tags:
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,
checkpoint63m,
checkpoint63n,
checkpoint63o,
checkpoint63p,
checkpoint63q,
checkpoint63r
Changes since
1.10: +19 -1 lines
Diff to
previous 1.10
avoiding recomputations.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 14 19:35:39 2007 UTC
(17 years, 6 months ago)
by
jmc
Branch:
MAIN
CVS Tags:
checkpoint59b,
checkpoint59c,
checkpoint59d,
checkpoint59e,
checkpoint59f,
checkpoint59g,
checkpoint59h,
checkpoint59i,
checkpoint59j,
checkpoint59k,
checkpoint59l,
checkpoint59m,
checkpoint59n,
checkpoint59o,
checkpoint59p,
checkpoint59q,
checkpoint59r,
checkpoint60,
checkpoint61,
checkpoint61a,
checkpoint61b,
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
Changes since
1.8: +154 -109 lines
Diff to
previous 1.8
re-written after removing us (use wspeed instead) & adding wStress ;
save some computation when reading wspeed from file.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 8 14:45:07 2007 UTC
(17 years, 8 months ago)
by
mlosch
Branch:
MAIN
Changes since
1.5: +13 -9 lines
Diff to
previous 1.5
1. compute ustar from stress^2 that has been averaged to mass points (as
in exf_bulkformulae)
2. fix serious bug: (1/3) in Fortran is not the same as (1./3.). This
has lead to serious issues in the wind fields that came out of this
portion of the routine
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 8 08:42:24 2007 UTC
(17 years, 9 months ago)
by
mlosch
Branch:
MAIN
Changes since
1.4: +31 -29 lines
Diff to
previous 1.4
put back computation of uwind/vwind from stress from now, because it
is needed in seaice. There are doubts about the reliability of this
computation.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 3 21:36:15 2006 UTC
(18 years, 6 months ago)
by
mlosch
Branch:
MAIN
CVS Tags:
checkpoint58f_post,
checkpoint58g_post,
checkpoint58h_post,
checkpoint58i_post,
checkpoint58j_post,
checkpoint58k_post,
checkpoint58l_post,
checkpoint58m_post,
checkpoint58n_post,
checkpoint58o_post,
checkpoint58p_post,
checkpoint58q_post,
checkpoint58r_post,
checkpoint58s_post,
checkpoint58t_post
Changes since
1.2: +9 -16 lines
Diff to
previous 1.2
decouple wind/stress computation from ALLOW_BULKFORMULA: always compute
either wind from stress or stress from wind
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 25 18:32:56 2006 UTC
(18 years, 6 months ago)
by
heimbach
Branch:
MAIN
o add new fields wspeed, snowprecip (to be able to couple to thsice)
o correct Stefan-Boltzmann constant
o new parameter for longwave surface emittance
o separate some stuff from exf_bulkformulae into new routines
exf_radiation, exf_wind
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.