Log of /MITgcm/pkg/exf/exf_radiation.F
Parent Directory
| Revision Log
| Revision Graph
Revision
1.11 -
(
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,
checkpoint65s,
checkpoint65t,
checkpoint65u,
checkpoint65v,
checkpoint65w,
checkpoint65x,
checkpoint65y,
checkpoint65z,
checkpoint66a,
checkpoint66b,
checkpoint66c
Changes since
1.10: +4 -1 lines
Diff to
previous 1.10
- 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.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 8 15:24:13 2012 UTC
(12 years ago)
by
jmc
Branch:
MAIN
CVS Tags:
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,
checkpoint65d,
checkpoint65e,
checkpoint65f
Changes since
1.9: +12 -11 lines
Diff to
previous 1.9
disable "sstExtrapol" when Nr=1
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 20 10:06:10 2011 UTC
(12 years, 11 months ago)
by
mlosch
Branch:
MAIN
CVS Tags:
checkpoint63h,
checkpoint63i,
checkpoint63j,
checkpoint63k,
checkpoint63l,
checkpoint63m,
checkpoint63n,
checkpoint63o,
checkpoint63p,
checkpoint63q,
checkpoint63r
Changes since
1.7: +19 -1 lines
Diff to
previous 1.7
add the factor ocean_emissivity to lwdown, for
within #ifdef EXF_LWDOWN_WITH_EMISSIVITY/#endif. Unless ocean_emissivity=1.
this factor is absolutely required, because the lw exitance (= out-going
long wave radiation) is emissivity*stefanBoltzmann*T^4 + rho*lwdown,
where the reflectivity rho = 1-emissivity for conservation reasons. Once
this is established, we can remove the CPP-Flag (if we want to), but I
need this now.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 14 23:02:18 2010 UTC
(14 years, 8 months ago)
by
gforget
Branch:
MAIN
CVS Tags:
checkpoint62e,
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
Changes since
1.6: +3 -3 lines
Diff to
previous 1.6
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.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 17 23:09:35 2008 UTC
(16 years ago)
by
jmc
Branch:
MAIN
CVS Tags:
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.4: +105 -84 lines
Diff to
previous 1.4
- add parameters to extrapolate temp from level 1 & 2 up to surface ;
- comment out derivation of downward flux from net flux (was not used).
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 27 09:41:13 2007 UTC
(17 years, 2 months ago)
by
mlosch
Branch:
MAIN
CVS Tags:
checkpoint59h,
checkpoint59i,
checkpoint59j,
checkpoint59k,
checkpoint59l,
checkpoint59m,
checkpoint59n,
checkpoint59o,
checkpoint59p,
checkpoint59q,
checkpoint59r,
checkpoint60,
checkpoint61,
checkpoint61a,
checkpoint61b,
checkpoint61c,
checkpoint61d,
checkpoint61e
Changes since
1.3: +55 -26 lines
Diff to
previous 1.3
improve vectorization by moving if-statement out of loops
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 30 22:47:40 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,
checkpoint58u_post,
checkpoint58v_post,
checkpoint58w_post,
checkpoint58x_post,
checkpoint58y_post
Changes since
1.1: +3 -3 lines
Diff to
previous 1.1
- add new parameters and constants: longwave emissivity for ocean, ice
and snow, evaporation parameters over ice for compatibility with thsice
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.