Changeset 4013 for LMDZ6/branches/Ocean_skin/makegcm
- Timestamp:
- Nov 19, 2021, 4:58:59 PM (3 years ago)
- Location:
- LMDZ6/branches/Ocean_skin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Ocean_skin
- Property svn:mergeinfo changed
-
LMDZ6/branches/Ocean_skin/makegcm
r3798 r4013 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.