/[MITgcm]/MITgcm/pkg/exf/exf_monitor.F
ViewVC logotype

Log of /MITgcm/pkg/exf/exf_monitor.F

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


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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Oct 5 19:36:12 2013 UTC (11 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: 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
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
to use eaice-fraction from pkg/exf in other pkgs than pkg/seaice:
 rename CPP option EXF_ALLOW_SEAICE_RELAX to EXF_SEAICE_FRACTION
 and rename array obsSIce to exf_iceFraction


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Apr 23 19:04:33 2013 UTC (11 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint64g, checkpoint64h, checkpoint64i, checkpoint64j, checkpoint64k, checkpoint64l, checkpoint64m, checkpoint64n, checkpoint64o
Changes since 1.25: +7 -1 lines
Diff to previous 1.25
adding ALLOW_RUNOFTEMP for specifying temperature of runoff
Modified Files: EXF_FIELDS.h EXF_OPTIONS.h EXF_PARAM.h exf_check_range.F
  exf_diagnostics_fill.F exf_diagnostics_init.F exf_getffields.F
  exf_init.F exf_mapfields.F exf_monitor.F exf_readparms.F exf_summary.F


Revision 1.25 - (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
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
- 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.24 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 21:00:06 2012 UTC (12 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63p, checkpoint63q, checkpoint63r
Changes since 1.23: +85 -40 lines
Diff to previous 1.23
do not monitor fields which are known to be zero (neither computed nor read)


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 16:06:43 2012 UTC (12 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Part two of ECCO-CLIVAR code merges.
Completes merge of seaice area relax. code.
Requires unified CPP option EXF_ALLOW_SEAICE_RELAX
to be set in EXF_OPTIONS.h since this pkg controls its I/O
(and avoids second CPP option in SEAICE_OPTIONS.h)


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 03:15:23 2010 UTC (14 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: 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, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63l
Changes since 1.21: +7 -1 lines
Diff to previous 1.21
Add pseudo climat. stress fields to facilitate offline seaice calculations


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Mar 16 00:18:51 2010 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62d, checkpoint62e
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
avoid unbalanced quote (single or double) in commented line


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 21 00:14:31 2009 UTC (14 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62a, checkpoint62b, checkpoint62c
Changes since 1.19: +51 -43 lines
Diff to previous 1.19
- use new S/R version for statistics with mask & volume;
- use interior masks (instead of maskH, <- to be remove).
- fix ustress,vstress monitor


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Mar 3 14:05:25 2009 UTC (15 years, 9 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61j, checkpoint61k, checkpoint61l, checkpoint61m, checkpoint61n, checkpoint61o, checkpoint61p, checkpoint61q, checkpoint61r, checkpoint61s, checkpoint61t, checkpoint61u, checkpoint61v, checkpoint61w, checkpoint61x, checkpoint61y, checkpoint61z
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
make coordinate variable T really model time in seconds as promised by units


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jun 11 18:55:10 2008 UTC (16 years, 5 months ago) by gforget
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint61a, checkpoint61b, checkpoint61c, checkpoint61d, checkpoint61e, checkpoint61f, checkpoint61g, checkpoint61h, checkpoint61i
Changes since 1.17: +5 -1 lines
Diff to previous 1.17
Adding a capability to exf: read ice area from file.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Sep 21 20:32:30 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59h, checkpoint59i, checkpoint59j, checkpoint59k, checkpoint59l, checkpoint59m, checkpoint59n, checkpoint59o, checkpoint59p, checkpoint59q, checkpoint59r
Changes since 1.16: +1 -23 lines
Diff to previous 1.16
remove "Trick to get monitor output for testreport" (ALLOW_BULK_OFFLINE)


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 13:17:14 2007 UTC (17 years, 5 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59e, checkpoint59f, checkpoint59g
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Provide dummy argument for offline monitor.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 15:41:57 2007 UTC (17 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.14: +5 -1 lines
Diff to previous 1.14
One more trick to make testreport say "pass"
despite no entry for cg2d


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jun 23 14:48:08 2007 UTC (17 years, 5 months ago) by heimbach
Branch: MAIN
Changes since 1.13: +19 -1 lines
Diff to previous 1.13
Modifs to enable running exf and seaice as stand-alone
(monitor output tricked so testreport can probe results)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri May 18 02:44:51 2007 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint59c, checkpoint59d
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
remove ALLOW_SEAICE from exf pkg files and add #define ALLOW_RUNOFF
in SEAICE_OPTIONS.h


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 19:55:34 2007 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59, checkpoint59a, checkpoint59b
Changes since 1.11: +1 -2 lines
Diff to previous 1.11
o Remove exf_clim code.
o Split exf namelist


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 23:27:21 2007 UTC (17 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
move EXF header files from lower_case.h to UPPER_CASE.h ;
 add missing cvs Header & Name


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Oct 17 18:22:32 2006 UTC (18 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58q_post, checkpoint58r_post, checkpoint58s_post, checkpoint58t_post, checkpoint58u_post, checkpoint58v_post, checkpoint58w_post, checkpoint58x_post, checkpoint58y_post
Changes since 1.9: +8 -16 lines
Diff to previous 1.9
use function "MASTER_CPU_IO" to hide EESUPPORT.h from TAF.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jun 23 00:50:21 2006 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint58k_post, checkpoint58l_post, checkpoint58m_post, checkpoint58n_post, checkpoint58o_post, checkpoint58p_post
Changes since 1.8: +68 -57 lines
Diff to previous 1.8
only the master thread is allowed to switch On/Off mon_write_stdout
and mon_write_mnc (since it's the only thread that uses those flags)


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 19 23:20:48 2006 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.7: +86 -4 lines
Diff to previous 1.7
change exf_monitor: - independant of main-monitor (write it's own mnc file)
 - called from the end of S/R EXF_GETFORCING


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu May 25 18:32:56 2006 UTC (18 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58f_post, checkpoint58g_post, checkpoint58h_post, checkpoint58i_post, checkpoint58j_post
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
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


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 17:19:32 2006 UTC (18 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58a_post, checkpoint58b_post, checkpoint58c_post, checkpoint58d_post, checkpoint58e_post
Changes since 1.5: +1 -9 lines
Diff to previous 1.5
More cleanup from rbcs move.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Apr 6 18:39:56 2005 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpint57u_post, checkpoint57f_post, checkpoint57g_post, checkpoint57g_pre, checkpoint57h_done, checkpoint57h_post, checkpoint57h_pre, checkpoint57i_post, checkpoint57j_post, checkpoint57k_post, checkpoint57l_post, checkpoint57m_post, checkpoint57n_post, checkpoint57o_post, checkpoint57p_post, checkpoint57q_post, checkpoint57r_post, checkpoint57s_post, checkpoint57t_post, checkpoint57v_post, checkpoint57w_post, checkpoint57x_post, checkpoint57y_post, checkpoint57y_pre, checkpoint57z_post, checkpoint58
Changes since 1.4: +1 -3 lines
Diff to previous 1.4
use baseTime as time origin ; DIFF_BASE_MULTIPLE replaces DIFFERENT_MULTIPLE


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Feb 7 16:29:16 2005 UTC (19 years, 9 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57e_post, checkpoint57f_pre, eckpoint57e_pre
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
use 2-D masks for ustress, vstress in pkg/exf/exf_monitor.F


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 06:58:48 2004 UTC (20 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint57, checkpoint57a_post, checkpoint57a_pre, checkpoint57b_post, checkpoint57c_post, checkpoint57c_pre
Changes since 1.2: +18 -1 lines
Diff to previous 1.2
monitor exf_clim variables


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 00:39:13 2004 UTC (20 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint56c_post
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
exf_monitor needs #ifdef ALLOW_MONITOR at several places.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Nov 27 09:19:25 2004 UTC (20 years ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint56a_post, checkpoint56b_post
Added monitor capablity for exf forcing fields.
Reverted back to m/s as default units for runoff.


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