| 1 |
jscott |
1.1 |
|
| 2 |
|
|
! ================================================== |
| 3 |
|
|
! |
| 4 |
|
|
! ctrparam.h |
| 5 |
|
|
! ---------- |
| 6 |
|
|
! |
| 7 |
|
|
! Purpose: A header file contains cpp control |
| 8 |
|
|
! parameters for the model |
| 9 |
|
|
! |
| 10 |
|
|
! ------------------------------------------------- |
| 11 |
|
|
! |
| 12 |
|
|
! Usage: 1. (un)comment #define line; or |
| 13 |
|
|
! 2. #define/#undef x [number] |
| 14 |
|
|
! to set given cpp parameters x |
| 15 |
|
|
! to be true or false |
| 16 |
|
|
! |
| 17 |
|
|
! ------------------------------------------------- |
| 18 |
|
|
! |
| 19 |
|
|
! Author: Chien Wang |
| 20 |
|
|
! |
| 21 |
|
|
! Revision: |
| 22 |
|
|
! Date By Brief Description |
| 23 |
|
|
! ---- -- ----------------- |
| 24 |
|
|
! 052400 Chien Wang created |
| 25 |
|
|
! 121800 Chien Wang add NYR_CHEM |
| 26 |
|
|
! 062304 Chien Wang rev for igsm2 |
| 27 |
|
|
! |
| 28 |
|
|
! ================================================== |
| 29 |
|
|
|
| 30 |
|
|
! |
| 31 |
|
|
! === number of latitudinal grid points |
| 32 |
|
|
! |
| 33 |
|
|
#define N_LAT 46 |
| 34 |
|
|
|
| 35 |
|
|
! |
| 36 |
|
|
! === number of vertical pressure layers |
| 37 |
|
|
! |
| 38 |
|
|
#define N_LEV 11 |
| 39 |
|
|
|
| 40 |
|
|
#define N_LON0 72 |
| 41 |
|
|
|
| 42 |
|
|
! === number of vertical layers in duffusive ocean model |
| 43 |
|
|
! |
| 44 |
|
|
! --- Current options include 12 and 11 |
| 45 |
|
|
! |
| 46 |
|
|
#define N_LEVOCEAN 11 |
| 47 |
|
|
|
| 48 |
|
|
! |
| 49 |
|
|
! === defines 3D ocean |
| 50 |
|
|
! |
| 51 |
|
|
#define OCEAN_3D 1 |
| 52 |
|
|
|
| 53 |
|
|
! |
| 54 |
|
|
! === coupling ocean co2 model |
| 55 |
|
|
! |
| 56 |
|
|
! |
| 57 |
|
|
!#define CPL_OCEANCO2 1 |
| 58 |
|
|
|
| 59 |
|
|
! === coupling CLM |
| 60 |
|
|
! |
| 61 |
|
|
!#define CLM 1 |
| 62 |
|
|
! |
| 63 |
|
|
! |
| 64 |
|
|
#define NYR_CHEM 124 |
| 65 |
|
|
|