Changeset 236 for trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys
- Timestamp:
- Jul 20, 2011, 3:40:58 PM (13 years ago)
- Location:
- trunk/MESOSCALE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE
-
Property
svn:ignore
set to
TMPDIR
LMDZ.MARS/libo
LMDZ.MARS/gcm.e
LMDZ.MARS/newstart.e
LMDZ.MARS/liste_des_sources_f90
LMDZ.MARS/tmp
LMDZ.MARS/liste_des_sources_f77
LMDZ.MARS/tmp90
LMDZ.MARS/makefile
LMDZ.MARS/tmp77
LMDZ.MARS/myGCM/restart.nc
LMDZ.MARS/myGCM/start.nc
LMDZ.MARS/myGCM/restartfi.nc
LMDZ.MARS/myGCM/log_gcm
LMDZ.MARS/myGCM/startfi.nc
LMD_MM_MARS/lesnewphys_mpi_64
LMD_MM_MARS/last
LMD_MM_MARS/newphys_mpifort_64
LMD_MM_MARS/idealmpifort_64
LMD_MM_MARS/mpifort_64
LMD_MM_MARS/lesnewphys_mpifort_64
LMD_MM_MARS/stormnewphys_mpifort_64
LMD_MM_MARS/SRC/LES/in_reality_this_is_WRFV3_but_is_named_WRFV2_for_continuity
LMD_MM_MARS/SRC/LES/WRFV2
LMD_MM_MARS/WPS_GEOG/albedo_TES
LMD_MM_MARS/WPS_GEOG/mola_topo64
LMD_MM_MARS/WPS_GEOG/thermal_TES
LMD_MM_MARS/WPS_GEOG/mola_topo32
-
Property
svn:ignore
set to
-
trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys/myGCM/launch_gcm
r117 r236 1 1 #! /bin/bash 2 2 3 ############################## 4 # use: - launch_gcm #5 # - echo 2 | launch_gcm #6 ############################## 3 ############################### 4 # use: - launch_gcm # 5 # - echo 22 | launch_gcm # 6 ############################### 7 7 8 # Author : A. Spiga - Spring/Winter 2008 8 # Author : A. Spiga - Spring/Winter 2008 9 # added link trick in 2011 9 10 10 ################## penser a recompiler si on change ceci 11 #startbase='/d5/aslmd/LMD_MM_MARS_DATA/STARTBASE_64_48_32_t2' 12 #startbase='/d5/aslmd/LMD_MM_MARS_DATA/old_STARTBASE_64_48_25' 13 #startbase='/d5/aslmd/LMD_MM_MARS_DATA/STARTBASE_64_48_25' 14 #startbase='/tmp7/emlmd/run_LMDZ.MARS.BETA.fit.widor/RUN/' 11 if [[ ! -d startbase ]] 12 then 13 echo "please create in $PWD a symbolic link: startbase" 14 echo "for instance: ln -sf /san/home/spiga/DATAFILE/STARTBASE_64_48_32_t2 $PWD/startbase" 15 echo "(and compile the GCM with the correct dimensions)" 16 exit 17 fi 18 ################## 15 19 #startbase='../../STARTS/' 16 20 #startbase='/d2/emlmd/run_LMDZ.MARS.BETA.TASI/tau1/' … … 25 29 # 26 30 echo '>>>' choose start sol ? ; read daygcm 27 if [[ "$daygcm" == 0 ]]28 then29 daygcm=66930 fi31 #if [[ "$daygcm" == 0 ]] 32 #then 33 #daygcm=669 34 #fi 31 35 daygcm=$(expr ${daygcm} - 1) 32 36
Note: See TracChangeset
for help on using the changeset viewer.