/[MITgcm]/MITgcm/pkg/autodiff/checkpoint_lev1_directives.h
ViewVC logotype

Contents of /MITgcm/pkg/autodiff/checkpoint_lev1_directives.h

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


Revision 1.8 - (show annotations) (download)
Fri Oct 10 22:42:18 2003 UTC (20 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51l_post, checkpoint51n_post, checkpoint51j_post, checkpoint51n_pre, checkpoint51l_pre, checkpoint51q_post, checkpoint51o_post, checkpoint51m_post, checkpoint51p_post
Branch point for: tg2-branch, checkpoint51n_branch
Changes since 1.7: +3 -133 lines
File MIME type: text/plain
checkpoint_lev?_directives.h now include
pkg-specific directives, whenever those are enabled.

1 c
2 c store directives for checkpoint level 1
3 c
4 c created: heimbach@mit.edu 10-Jan-2002
5 c
6 #ifdef INCLUDE_EXTERNAL_FORCING_PACKAGE
7 # include "exf_ad_check_lev1_dir.h"
8 #else /* INCLUDE_EXTERNAL_FORCING_PACKAGE undef */
9
10 CADJ STORE taux0 = comlev1, key = ikey_dynamics
11 CADJ STORE taux1 = comlev1, key = ikey_dynamics
12 CADJ STORE tauy0 = comlev1, key = ikey_dynamics
13 CADJ STORE tauy1 = comlev1, key = ikey_dynamics
14 CADJ STORE Qnet0 = comlev1, key = ikey_dynamics
15 CADJ STORE Qnet1 = comlev1, key = ikey_dynamics
16 CADJ STORE EmPmR0 = comlev1, key = ikey_dynamics
17 CADJ STORE EmPmR1 = comlev1, key = ikey_dynamics
18 CADJ STORE SST0 = comlev1, key = ikey_dynamics
19 CADJ STORE SST1 = comlev1, key = ikey_dynamics
20 CADJ STORE SSS0 = comlev1, key = ikey_dynamics
21 CADJ STORE SSS1 = comlev1, key = ikey_dynamics
22 #ifdef SHORTWAVE_HEATING
23 CADJ STORE Qsw0 = comlev1, key = ikey_dynamics
24 CADJ STORE Qsw1 = comlev1, key = ikey_dynamics
25 #endif
26 #ifdef ATMOSPHERIC_LOADING
27 CADJ STORE pload0 = comlev1, key = ikey_dynamics
28 CADJ STORE pload1 = comlev1, key = ikey_dynamics
29 #endif
30
31 #endif /* INCLUDE_EXTERNAL_FORCING_PACKAGE */
32
33 #ifdef ALLOW_OBCS
34 # include "exf_ad_check_lev1_dir.h"
35 #endif /* ALLOW_OBCS */
36
37 #ifdef ALLOW_SEAICE
38 # include "seaice_ad_check_lev1_dir.h"
39 #endif
40

  ViewVC Help
Powered by ViewVC 1.1.22