Changeset 542
- Timestamp:
- Feb 23, 2012, 2:27:23 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 6 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso
r493 r542 628 628 ulimit -s unlimited 629 629 fi 630 if [[ ${compilo} -eq 3 ]]630 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 631 631 then 632 632 rm -rf ${simu_folder}/rsl.* 2> /dev/null 633 633 # ${WHERE_MPI}/mpirun -host smith -np ${numproc} wrf.exe < /dev/null & 634 ${WHERE_MPI}/mpirun -np ${numproc} wrf.exe < /dev/null&634 nohup ${WHERE_MPI}/mpirun -np ${numproc} wrf.exe < /dev/null > log_wrf_mpirun & 635 635 else 636 636 rm -rf ${simu_folder}/log* 2> /dev/null -
trunk/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/namelist.api
r261 r542 7 7 !! - either fields in wrfout* 8 8 !! - or tk for temperature 9 10 9 !! uvmet for meteorological winds 10 !! tpot for potential temperature 11 11 debug = .TRUE. !! [add this if you want more information on screen] 12 12 / -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/geticecover.F90
r332 r542 1 link ../../../../../../../LMDZ.MARS/libf/phymars/geticecover.F901 link geticecover.F90.local -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F
r523 r542 1064 1064 c ------------------------------------------- 1065 1065 1066 tituscap = . true.1066 tituscap = .false. 1067 1067 IF (tituscap) THEN 1068 1068 PRINT*,'TITUS CAP !!!' -
trunk/MESOSCALE_DEV/MANUAL/SRC/advance.tex
r493 r542 139 139 %% si z0 n est pas dans le wrfinput on prend la valeur par defaut 140 140 141 %% cas test THARSIS 142 141 143 \clearemptydoublepage -
trunk/MESOSCALE_DEV/NOTES.txt
r514 r542 1 2 NE PASE UTILISER NOMBRES NEGATIFS DANS LE CAS HILL !!!! 3 4 il faudrait parler du staggering U et V et de sa solution avec api 5 1 6 pour les trucs octave il faut executer dans octave en interactif 2 7 3 8 https://bi.offis.de/wisent/tiki-index.php?page=WRF-gFortran 9 4 10 5 11
Note: See TracChangeset
for help on using the changeset viewer.