Changeset 4130


Ignore:
Timestamp:
Feb 8, 2019, 5:12:59 PM (6 years ago)
Author:
jgipsl
Message:
  • Use Fcm from DYNAMICO because no Fcm is currently stored in this folder.
  • Set default phys=none
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz

    r4129 r4130  
    11#!/bin/bash
    2 export PATH=$PWD/tools/FCM/bin:$PATH
    3 
     2#set -x
     3
     4# Use FCM from DYNAMICO
     5export PATH=$PWD/../DYNAMICO/tools/FCM/bin:$PATH
    46export ROOT=$PWD
    5 set -x
     7
    68echo $0 $* > rebuild_all
    79chmod a+x rebuild_all
     
    1921arch_default_path="arch"
    2022parallel="none"
    21 physics="none"
     23phys="none"
    2224build_deps="TRUE"
    2325CPP_KEY="CPP_NONE"
Note: See TracChangeset for help on using the changeset viewer.