New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9371 for branches – NEMO

Changeset 9371 for branches


Ignore:
Timestamp:
2018-03-05T14:40:16+01:00 (6 years ago)
Author:
andmirek
Message:

#2062 Changes allowing use XIOS compiled with oasis

Location:
branches/2018/dev_r9368_fcheck/NEMOGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2018/dev_r9368_fcheck/NEMOGCM/ARCH/arch-XC40_METO.fcm

    r9137 r9371  
    4545 
    4646%OASIS_INC           -I%OASIS_HOME/build/lib/mct -I%OASIS_HOME/build/lib/psmile.MPI1 
    47 %OASIS_LIBDIR        -L%OASIS_HOME/lib 
    48 %OASIS_LIB           -lpsmile.MPI1 -lmct -lmpeu -lscrip 
     47%OASIS_LIB           -L%OASIS_HOME/lib -lpsmile.MPI1 -lmct -lmpeu -lscrip 
    4948 
    5049%CPP                 cpp 
  • branches/2018/dev_r9368_fcheck/NEMOGCM/TOOLS/COMPILE/Fcheck_archfile.sh

    r7646 r9371  
    200200    use_oasis=0 
    201201fi 
     202 
     203#ignore use_oasis if XIOS_OASIS is set  (doesn't matter to what value) 
     204if [[ ! -z "$XIOS_OASIS" ]]; then 
     205use_oasis=1 
     206fi 
     207 
    202208for liboa in psmile.MPI1 mct mpeu scrip mpp_io 
    203209do 
Note: See TracChangeset for help on using the changeset viewer.