source: codes/icosagcm/trunk/bld.cfg @ 150

Last change on this file since 150 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: 1.0 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10inc arch.fcm
11inc config.fcm
12
13%FFLAGS           %BASE_FFLAGS %COMPIL_FFLAGS
14%LD_FLAGS         %BASE_LD
15
16#dest   $PWD
17dir::root            $PWD
18
19src::src        src
20src::ioipsl     tools/ioipsl
21search_src           false
22bld::lib::ioipsl ioipsl
23bld::target libioipsl.a
24bld::target icosa_gcm.exe icosa_sw.exe
25
26bld::tool::fc        %COMPILER
27bld::tool::ld        %LINK
28bld::tool::ldflags   %LD_FLAGS %LIB 
29bld::tool::fflags    %FFLAGS 
30bld::tool::fppkeys   %CPP_KEY %FPP_DEF
31#bld::tool::fpp       %FPP
32
33# Pre-process code before analysing dependencies
34bld::pp              false
35
36bld::excl_dep        use::netcdf
37bld::excl_dep        use::omp_lib
38bld::excl_dep        inc::mpif.h
39
40bld::tool::SHELL   /bin/bash
41
Note: See TracBrowser for help on using the repository browser.