/[MITgcm]/MITgcm/pkg/ggl90/GGL90_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/ggl90/GGL90_OPTIONS.h

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


Revision 1.2 - (show annotations) (download)
Mon Sep 27 08:02:05 2004 UTC (19 years, 8 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint55d_pre, checkpoint57d_post, checkpoint57g_post, checkpoint57b_post, checkpoint57c_pre, checkpoint58r_post, checkpoint55j_post, checkpoint56b_post, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint55h_post, checkpoint58n_post, checkpoint58x_post, checkpoint57g_pre, checkpoint58t_post, checkpoint58h_post, checkpoint56c_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57a_post, checkpoint58q_post, checkpoint55g_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint55f_post, checkpoint59c, checkpoint59b, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, eckpoint57e_pre, checkpoint57h_done, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57f_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint57c_post, checkpoint58y_post, checkpoint55e_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint57j_post, checkpoint58b_post, checkpoint57h_pre, checkpoint58m_post, checkpoint57l_post, checkpoint57h_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.1: +7 -2 lines
File MIME type: text/plain
  - add horizontal diffusion of TKE, requires exchanges in
    do_fields_blocking_exchanges, horizontal diffusivity is zero by
    default. In OPA there is no horizontal diffusion of TKE but the
    mixing coefficients are computed from a horizontal average of TKE of
    6 points or so. I think that diffusion has a little more physical
    justification.
  - clean up ggl90_calc in the hope of reducing memory usage (this hope
    was in vain)
  - mask tke-variable in ggl90_init

1 C$Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.1 2004/09/16 11:27:18 mlosch Exp $
2 C$Name: $
3 C /=============================================================\
4 C | GGL90_OPTIONS.h |
5 C | o CPP options file for GGL90 package. |
6 C |=============================================================|
7 C | Use this file for selecting options within the GGL90 |
8 C | package. GGL90 is enabled with ALLOW_GGL90 in CPP_OPTIONS.h |
9 C \=============================================================/
10
11 #ifndef GGL90_OPTIONS_H
12 #define GGL90_OPTIONS_H
13 #include "PACKAGES_CONFIG.h"
14
15 #ifdef ALLOW_GGL90
16
17 #include "CPP_OPTIONS.h"
18
19 C Enable horizontal diffusion of TKE. The orignal OPA code does not use
20 C horizontal diffusion but uses some sort of horizontal averaging
21 C for viscosity and diffusivity.
22 #define ALLOW_GGL90_HORIZDIFF
23
24 #endif /* ALLOW_GGL90 */
25 #endif /* GGL90_OPTIONS_H */
26

  ViewVC Help
Powered by ViewVC 1.1.22