/[MITgcm]/MITgcm/pkg/aim_v23/AIM_SIZE.h
ViewVC logotype

Annotation of /MITgcm/pkg/aim_v23/AIM_SIZE.h

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


Revision 1.1 - (hide annotations) (download)
Fri Nov 22 17:16:06 2002 UTC (21 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint47e_post, checkpoint50c_post, checkpoint48e_post, checkpoint50c_pre, checkpoint48i_post, checkpoint50d_pre, checkpoint50, checkpoint50d_post, checkpoint50b_pre, checkpoint48b_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint48d_post, checkpoint48f_post, checkpoint48h_post, checkpoint47g_post, checkpoint48a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint47j_post, branch-exfmods-tag, checkpoint48c_post, checkpoint47b_post, checkpoint50g_post, checkpoint50e_pre, checkpoint47f_post, checkpoint50e_post, checkpoint48, checkpoint49, checkpoint47h_post, checkpoint50b_post, checkpoint48g_post
Branch point for: branch-exfmods-curt
File MIME type: text/plain
new aim pkg: adapted from Franco Molteni SPEEDY code, ver23

1 jmc 1.1 C $Header: $
2     C $Name: $
3    
4     C *==========================================================*
5     C | AIM_SIZE.h Declare size of arrays for AIM Physics |
6     C *==========================================================*
7    
8     C MITgcm declaration of grid size.
9     C Latitudinal extent is one less than MITgcm ( i.e. NY-1)
10     C because MITgcm has dummy layer of land at northern most
11     C edge. <-- no longer the case now
12     #include "SIZE.h"
13    
14     C- dimension for AIM Physics package
15     INTEGER NLON, NLAT, NLEV, NGP
16     PARAMETER ( NLON=sNx, NLAT=sNy, NLEV=Nr, NGP=NLON*NLAT )
17    
18     C- dimension for LW radiative scheme
19     C NBAND = Number of LW radiation bands with tau < 1
20     C lwTemp1= minimum temperature for LW radiation scheme
21     C lwTemp2= maximum temperature for LW radiation scheme
22     INTEGER NBAND, lwTemp1, lwTemp2
23     PARAMETER ( NBAND=4, lwTemp1=100, lwTemp2=400 )
24    

  ViewVC Help
Powered by ViewVC 1.1.22