Changeset 3793 for LMDZ6/trunk/makegcm


Ignore:
Timestamp:
Jan 5, 2021, 10:54:11 AM (3 years ago)
Author:
evignon
Message:

Ajout INLANDSIS phase 2: mise à jour des makefile et creation du
inlandsis.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makegcm

    r3491 r3793  
    4242set cospv2=false
    4343set sisvat=false
     44set inlandsis=false
    4445
    4546set FC_LINUX=gfortran
     
    518519     case -sisvat
    519520        set sisvat="$2" ; shift ; shift ; goto top
     521     case -inlandsis
     522        set inlandsis="$2" ; shift ; shift ; goto top
     523
    520524
    521525     case -filtre
     
    621625endif
    622626
     627if ( "$inlandsis" == 'true' ) then
     628    set cppflags="$cppflags -DCPP_INLANDSIS"
     629endif
     630
     631
    623632if ( "$physique" == 'nophys' ) then
    624633   set phys="L_PHY= LIBPHY="
Note: See TracChangeset for help on using the changeset viewer.