/[MITgcm]/MITgcm/pkg/thsice/thsice_get_exf.F
ViewVC logotype

Log of /MITgcm/pkg/thsice/thsice_get_exf.F

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


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

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Dec 24 00:53:42 2010 UTC (13 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62q, checkpoint62r, checkpoint62s, checkpoint62t, checkpoint62u, checkpoint62v, checkpoint62w, checkpoint62x, checkpoint62y
Changes since 1.17: +40 -15 lines
Diff to previous 1.17
add some debug prints


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Oct 21 02:10:34 2010 UTC (13 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62m, checkpoint62n, checkpoint62o, checkpoint62p
Changes since 1.16: +6 -2 lines
Diff to previous 1.16
Fix several store dirs.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 19:22:34 2010 UTC (13 years, 6 months ago) by heimbach
Branch: MAIN
Changes since 1.15: +3 -6 lines
Diff to previous 1.15
More modifs toward adjoint.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Oct 16 12:46:57 2010 UTC (13 years, 6 months ago) by mlosch
Branch: MAIN
Changes since 1.14: +28 -27 lines
Diff to previous 1.14
get rid of 4 2D fields by rearranging a little


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 15:09:11 2010 UTC (13 years, 6 months ago) by mlosch
Branch: MAIN
Changes since 1.13: +235 -154 lines
Diff to previous 1.13
- make this routine vectorize:
 move the iteration loop out of the i/j-loops, this requires lots of new
 2D fields, and restarting the i/j-loops many times. Unfortunately the
 part with the iteration is not tested in any verification experiment
 so I can only try to be as careful as possible (now code looks very
 much like the corresponding part in exf_bulkformulae.F)
- add the ALLOW_BULK_LARGEYEAGER04 CPP-flag. This does not change the
 verifcation experiment, but will change all experiments that have
 this flag undefined (not tested in verification)
- a little reorganization to save a few 2D fields and recomputations
 (not in the TAF sense)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Oct 10 20:15:06 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.12: +103 -81 lines
Diff to previous 1.12
re-arrange calculation in THSICE_SOLVE4TEMP: move outside of i,j loops
iteration loop and call to S/R THSICE_GET_BULKF & THSICE_GET_EXF.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 16:05:19 2010 UTC (13 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62l
Changes since 1.11: +14 -7 lines
Diff to previous 1.11
in preparation for moving i,j loops inside THSICE_GET_BULKF & THSICE_GET_EXF:
change order of calls and pass snow-thickness as argument to these 2 S/R.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 14 20:48:26 2007 UTC (16 years, 11 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, checkpoint62e, checkpoint62f, checkpoint62g, checkpoint62h, checkpoint62i, checkpoint62j, checkpoint62k
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
remove us (use wspeed instead);


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed May 9 12:46:10 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.9: +50 -35 lines
Diff to previous 1.9
implement fixed turbulent transfert Coeff over ice (as in Large&Yeager 2004)
 which are used when useStabilityFct_overIce=TRUE (= the default).


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon May 7 19:26:57 2007 UTC (16 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.8: +129 -111 lines
Diff to previous 1.8
- little rewriting to get closer to exf_bulk_largeyeager04.F
- use ice/snow emissivity for downward longwave (as well as
  upward lw). This results in significant changes in the output.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu May 3 21:51:12 2007 UTC (16 years, 11 months ago) by mlosch
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
recover the variable czol, which is no longer part of EXF_CONSTANTS.h,
but is now defined and computed locally


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 15:51:28 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59a
Changes since 1.6: +9 -3 lines
Diff to previous 1.6
consistent with all EXF #ifdef options


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Apr 17 23:42:33 2007 UTC (17 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59
Changes since 1.5: +45 -1 lines
Diff to previous 1.5
2nd set of modifs for thsice adjoint.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 23:37:48 2007 UTC (17 years ago) by jmc
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
move EXF header files from lower_case.h to UPPER_CASE.h


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 22:22:38 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: 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, mitgcm_mapl_00
Changes since 1.3: +8 -5 lines
Diff to previous 1.3
do not update exf flux array (to keep ice-free ocean fluxes valid)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 22:27:18 2006 UTC (17 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post
Changes since 1.2: +67 -178 lines
Diff to previous 1.2
use coeff & formulae specific to ice & snow.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 6 18:52:13 2006 UTC (17 years, 10 months ago) by mlosch
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
 fix an indexing bug


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 30 22:49:00 2006 UTC (17 years, 11 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58f_post
o couple pkg/thsice and pkg/exf (as a preparation for coupling pkg/thsice
  to pkg/seaice):
  - new routines thsice_map_exf and thsice_get_exf provide the interface
  - add an additional formal parameter to thsice_solve4temp


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