Changeset 3901 for LMDZ6/trunk/makegcm
- Timestamp:
- May 17, 2021, 4:05:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makegcm
r3793 r3901 41 41 set cosp2=false 42 42 set cospv2=false 43 set sisvat=false44 43 set inlandsis=false 45 44 … … 517 516 case -cospv2 518 517 set cospv2="$2"; shift ; shift ; goto top 519 case -sisvat520 set sisvat="$2" ; shift ; shift ; goto top521 518 case -inlandsis 522 519 set inlandsis="$2" ; shift ; shift ; goto top … … 621 618 622 619 623 if ( "$sisvat" == 'true' ) then624 set cppflags="$cppflags -DCPP_SISVAT"625 endif626 627 620 if ( "$inlandsis" == 'true' ) then 628 621 set cppflags="$cppflags -DCPP_INLANDSIS"
Note: See TracChangeset
for help on using the changeset viewer.