Changeset 4130
- Timestamp:
- Feb 8, 2019, 5:12:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/ICOSA_LMDZ/make_icosa_lmdz
r4129 r4130 1 1 #!/bin/bash 2 export PATH=$PWD/tools/FCM/bin:$PATH 3 2 #set -x 3 4 # Use FCM from DYNAMICO 5 export PATH=$PWD/../DYNAMICO/tools/FCM/bin:$PATH 4 6 export ROOT=$PWD 5 set -x 7 6 8 echo $0 $* > rebuild_all 7 9 chmod a+x rebuild_all … … 19 21 arch_default_path="arch" 20 22 parallel="none" 21 phys ics="none"23 phys="none" 22 24 build_deps="TRUE" 23 25 CPP_KEY="CPP_NONE"
Note: See TracChangeset
for help on using the changeset viewer.