Changeset 3851 for LMDZ6/branches/LMDZ-tracers/makegcm
- Timestamp:
- Feb 22, 2021, 12:44:07 PM (4 years ago)
- Location:
- LMDZ6/branches/LMDZ-tracers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/LMDZ-tracers
- Property svn:mergeinfo changed
-
LMDZ6/branches/LMDZ-tracers/makegcm
r3491 r3851 42 42 set cospv2=false 43 43 set sisvat=false 44 set inlandsis=false 44 45 45 46 set FC_LINUX=gfortran … … 518 519 case -sisvat 519 520 set sisvat="$2" ; shift ; shift ; goto top 521 case -inlandsis 522 set inlandsis="$2" ; shift ; shift ; goto top 523 520 524 521 525 case -filtre … … 621 625 endif 622 626 627 if ( "$inlandsis" == 'true' ) then 628 set cppflags="$cppflags -DCPP_INLANDSIS" 629 endif 630 631 623 632 if ( "$physique" == 'nophys' ) then 624 633 set phys="L_PHY= LIBPHY="
Note: See TracChangeset
for help on using the changeset viewer.