source: codes/icosagcm/trunk/arch/arch-x86_skdmpi.fcm

Last change on this file was 150, checked in by sdubey, 11 years ago
Added few new routines to read NC files and compute diagnostics to r145.
Few routines of dry physics including radiation module, surface process and convective adjustment in new routine phyparam.f90. dynetat to read start files for dynamics. check_conserve routine to compute conservation of quatities like mass, energy etc.etat0_heldsz.f90 for held-suarez test case initial conditions. new Key time_style=lmd or dcmip to use day_step, ndays like in LMDZ
File size: 551 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%MAKE                make
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             KEY_NONE
7%BASE_FFLAGS         -I/home/sarvesh/LMDZS/netcdf-4.0.1/include -fdefault-real-8
8%PROD_FFLAGS         -O3
9%DEV_FFLAGS          -p -g -O
10%DEBUG_FFLAGS        -p -g  -fbacktrace -fbounds-check
11%MPI_FFLAGS
12%OMP_FFLAGS          -fopenmp
13%BASE_LD             -p  -L/home/sarvesh/LMDZS/netcdf-4.0.1/lib  -lnetcdf  -lblas -llapack
14%MPI_LD             
15%OMP_LD              -fopenmp
Note: See TracBrowser for help on using the repository browser.