Ignore:
Timestamp:
10/29/20 15:43:28 (4 years ago)
Author:
aclsce
Message:

Added handling of the use of oasis coupler (to be used in ocean-atmopshere mode).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/make_icosa

    r497 r1056  
    1111full_defined="FALSE" 
    1212with_xios_defined="FALSE" 
     13with_oasis_defined="FALSE" 
    1314arch_defined="FALSE" 
    1415parallel_defined="FALSE" 
     
    6566      "-with_xios") 
    6667          with_xios_defined="TRUE" ; shift ;; 
     68 
     69      "-with_oasis") 
     70      with_oasis_defined="TRUE" ; shift ;; 
    6771   
    6872        "-no_io") 
     
    177181fi   
    178182 
     183if [[ "$with_oasis_defined" == "TRUE" ]] 
     184then 
     185  ICOSA_LIB="$ICOSA_LIB $OASIS_LIBDIR $OASIS_LIB" 
     186fi 
     187 
     188 
    179189if [[ "$external_ioipsl" == "TRUE" ]] 
    180190then 
Note: See TracChangeset for help on using the changeset viewer.