Changeset 42


Ignore:
Timestamp:
Jan 28, 2011, 8:26:22 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: tests avec physique completement commune avec le GCM nouvelle physique

Location:
trunk
Files:
27 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/000-README-svn

    r10 r42  
    11##
    22## PETIT MEMO SVN (a completer)
    3 ## -- AS 18/11/2010
     3## -- AS 18/11/2010 28/01/2011
    44##
    55
     
    1414
    1515-- le mot de passe est demande au premier commit [il faut avoir modifie qqch sinon ca ne marche pas]
     16
     17-- pour voir les changements effectues faire
     18                svn log
    1619
    1720-- toujours faire
  • trunk/mesoscale/LMD_LES_MARS/modif_mars/makeles_ciclad

    r39 r42  
    108108#./configure
    109109#sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g configure.wrf | sed s+'mpif90 -f90=$(SFC)'+'/usr/lib64/openmpi/1.2.8-pgf/bin/mpif90'+g | sed s+'mpicc -cc=$(SCC)'+'/usr/lib64/openmpi/1.2.8-gcc/bin/mpicc -DMPI2_SUPPORT'+g > yeah
    110    #### NEW NEW NEW NEW
    111    sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g configure.wrf | sed s+'mpif90 -f90=$(SFC)'+'/usr/lib64/openmpi/1.4.2-pgf/bin/mpif90'+g | sed s+'mpicc -cc=$(SCC)'+'/usr/lib64/openmpi/1.4.2-gfortran/bin/mpicc -DMPI2_SUPPORT'+g > yeah
     110sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g configure.wrf | sed s+'mpif90 -f90=$(SFC)'+'/usr/lib64/openmpi/1.2.8-pgf/bin/mpif90'+g | sed s+'mpicc -cc=$(SCC)'+'/usr/lib64/openmpi/1.2.8-pgf/bin/mpicc -DMPI2_SUPPORT'+g > yeah
     111   ##### NEW NEW NEW NEW
     112   #sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g configure.wrf | sed s+'mpif90 -f90=$(SFC)'+'/usr/lib64/openmpi/1.4.2-pgf/bin/mpif90'+g | sed s+'mpicc -cc=$(SCC)'+'/usr/lib64/openmpi/1.4.2-gfortran/bin/mpicc -DMPI2_SUPPORT'+g > yeah
    112113#sed s+"# -g"+"-fno-second-underscore # -g"+g configure.wrf | sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g > yeah
    113114#sed s+"-lnetcdf"+"-lnetcdf -L$whereliblmd -llmd"+g configure.wrf | sed s+"#-g"+"-g"+g > yeah
     
    122123        #mv yeah configure.wrf
    123124
    124 #sed s+"-fastsse"+" "+g configure.wrf > yeah
    125 sed s+"-fastsse"+"-mcmodel=medium -Mlarge_arrays"+g configure.wrf > yeah
     125sed s+"-fastsse"+" "+g configure.wrf > yeah
     126#sed s+"-fastsse"+"-mcmodel=medium -Mlarge_arrays"+g configure.wrf > yeah ##marche pas
    126127#
    127128# sometimes fastsse is problematic
     
    130131##sed s+"-fastsse"+"-fastsse -mcmodel=medium"+g configure.wrf > yeah
    131132mv yeah configure.wrf
     133
     134
     135#sed s+"-Mvect=noaltcode"+"#-Mvect=noaltcode"+g configure.wrf > yeah ; mv yeah configure.wrf
     136
     137
     138
    132139#sed s+"-mp -Minfo=mp"+"-mp -Minfo=mp -mp=nonuma"+g configure.wrf > yeah
    133140#mv yeah configure.wrf
  • trunk/mesoscale/LMD_MM_MARS/makemeso

    r31 r42  
    422422  sed s/--xsize--/${physx}/g meso_dimphys.h_ref | sed s/--ysize--/${physy}/g | sed s/--physize--/${physize}/g | sed s/--zsize--/${physz}/g | sed s/--soilsize--/${soilsize}/g > dimphys.h
    423423  head -15 dimphys.h
     424     ###
     425     ### TEST new new phys
     426     if [[ "${phys}" == "newphys_" ]]
     427     then
     428       ln -sf meso_callkeys.h callkeys.h
     429     fi
     430     ###
     431     ###
    424432  cd ../..
    425433
Note: See TracChangeset for help on using the changeset viewer.