Subject: ccm x Linux
From: Audalio - Meteoro (audalio@meteoro.ufrj.br)
Date: Thu Aug 24 2000 - 10:38:22 MDT
Hi all
I am trying to run The CCM3.2 model in a Pentium III 800 MHz, 256 RAM, =
under LINUX OS and PGF90. I am using the "nl.init" which becames with =
the released code for test the model. When I try to run the model for 1 =
year it stops at 3rd day. I listed here, in order to clarify what I am =
doing, the Makefile, the diagnosis of the CCM and the nl.init. Can =
anyone help me in this way ?
Thanking you in advance
Audalio=20
*************************************************************************=
**************************
# This Makefile produces the NCAR Community Climate Model executable on=20
# SUN architectures.
#
# Compiler flags:
# -r8: sets the default REAL size to 8 bytes
# -i4: sets the default INTEGER size to 4 bytes
# -g : produces symbol table information for debugging.
# -O2: optimizes execution speed.
# -stackvar: defaults local variables to stack allocation.
#
EXEDIR =3D ./run
EXENAME =3D ccm3bin
CFLAGS =3D -I. -DSUN
CC =3D pgcc
FC =3D pgf90
FFLAGS =3D -I. -r8 -i4 -fast -byteswapio -Msecond_underscore -Mrecursive =
-Kieee -Mdalign -Mextend
LDFLAGS =3D =20
RM =3D rm
include Objects
$(EXEDIR)/$(EXENAME): $(OBJS)
$(FC) -o $@ $(OBJS) $(LDFLAGS)
clean:
$(RM) -f $(OBJS)
include Depends
*************************************************************************=
**************************
DADADJ: Convergence criterion doubled to EPS=3D.4000E-04 for
DRY CONVECTIVE ADJUSTMENT at Lat,Lon=3D 1 1
DADADJ: Convergence criterion doubled to EPS=3D.8000E-04 for
DRY CONVECTIVE ADJUSTMENT at Lat,Lon=3D 1 1
DADADJ: No convergence in dry adiabatic adjustment
lat,lon =3D 1 1, zeps=3D .1600E-03
*************************************************************************=
**************************
&CCMEXP
CASEID =3D 'test01'
CTITLE =3D 'test01 T42 std'
LCROOT =3D '/home/ccm36/ccm32/data'
NCDATA =3D 'SEP1.T42.0596'
BNDTI =3D 'tibds.T42.0596'
BNDTVS =3D 'STR-sst.T42.0596'
BNDTVO =3D 'ozn.T42.0596'
NSWRPS =3D 'passwd'
NSVSN =3D 'rstrt'
IRT =3D 0
NSREST =3D 0
NDENS =3D 1
NNBDAT =3D 000901
NNBSEC =3D 0
NNDBAS =3D 0
NNSBAS =3D 0
MFILT =3D 20
DTIME =3D 1200.
NESTEP =3D -365
NHTFRQ =3D -2160
INCORBUF =3D .TRUE.
INCORHST =3D .TRUE.
INCORRAD =3D .TRUE.
DIF2 =3D 2.5e5
DIF4 =3D 1.e16
&END
This archive was generated by hypermail 2b27 : Thu Jan 04 2001 - 10:02:04 MST