Changeset 331


Ignore:
Timestamp:
Oct 26, 2011, 7:21:08 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: minor changes in scripts following tests on new machines and tests with g95 and gfortran. problems reported in NOTES.txt.

Location:
trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMDZ.MARS/makegcm_pgf

    r235 r331  
    1 #!/bin/csh
     1#!/bin/csh -f
    22# $Header: /users/lmdz/cvsroot/LMDZ.3.3/makegcm,v 1.21 2001/07/04 08:41:44 lmdz Exp $
    33#set verbose echo
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/arch/configure.defaults

    r11 r331  
    1071810718FCOPTIM         =       -O2 # -fast
    1071910719FCDEBUG         =       #-g -O0
    10720 FCBASEOPTS      =       -Wno=101,139,155,158 -fno-second-underscore -fendian=big -ffree-form $(FCDEBUG) # -Mlfs
     10720FCBASEOPTS      =       -Wno=101,139,155,158 -fno-second-underscore -fendian=big -ffree-form -ffree-line-length-huge $(FCDEBUG) # -DF2CSTYLE # -Mlfs
    1072110721FCFLAGS         =       $(FCOPTIM) $(FCBASEOPTS)
    1072210722ARCHFLAGS       =       -DIWORDSIZE=4 -DDWORDSIZE=8 -DRWORDSIZE=$(RWORDSIZE) -DLWORDSIZE=4 \
    1072310723                         CONFIGURE_NETCDF_FLAG -DGRIB1 CONFIGURE_GRIB2_FLAG \
    10724                         -DLIMIT_ARGS -DG95
     10724                        -DLIMIT_ARGS -DG95 #-DF2CSTYLE -DNONSTANDARD_SYSTEM_SUBR
    1072510725# machine-specific flags needed to link in ESMF library (C++ run-time-library, etc.)
    1072610726ESMF_LIB_FLAGS  =       
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/inifis.F

    r250 r331  
    529529        dtphys=wdt*wappel_phys
    530530        print*,'Physical timestep (s) ',dtphys
    531         ecri_phys=8.e18  !! a dummy low frequency
     531        ecri_phys=10 !8.e18  !! a dummy low frequency
    532532        print*,'Physical frequency for writing ',ecri_phys
    533533c
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/makegcm_gnu

    r69 r331  
    178178#-ffixed-form
    179179#   
    180    set optim="-O3 -funroll-loops -fno-second-underscore"
    181    set optim90="-O3 -funroll-loops -fno-second-underscore"
    182    set optimtru90="-O3 -funroll-loops -fno-second-underscore"
     180##   set optim="-O3 -funroll-loops -fno-second-underscore"
     181##   set optim90="-O3 -funroll-loops -fno-second-underscore"
     182##   set optimtru90="-O3 -funroll-loops -fno-second-underscore"
     183   set optim="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
     184   set optim90="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
     185   set optimtru90="-O2 -fno-second-underscore -pedantic -fbounds-check -g"
    183186
    184187#set optim=" -O2 -fno-second-underscore -fstatic -fzero"
  • trunk/MESOSCALE_DEV/NOTES.txt

    r330 r331  
    33--- makegcm_g95 ne marche pas avec -no-second-underscore
    44    marche sans et semble compiler correctement
     5    ne compile pas les exec avec mais OK pour liblmd.a
    56
    67--- conflits quelque soit la combinaison (f-no-second-underscore ou pas) lors
     
    89http://forum.wrfforum.com/viewtopic.php?f=5&t=3467
    910
     11--- absurde: fonctionne avec les librairies NETCDF gfortran compilees par
     12Ehouarn sur auric
     13et en remplacant readtesassim par le vieux readtesassim
     14dans ce cas meme testphys1d.e compile correctement
     15... il y a quelques erreurs netcdf dans la physique visiblement ss conseq [testphys1d compile....]
     16... surveiller tout de meme, en rapport avec ncf90
     17... faut-il enlever #include netcdf.inc dans readtesassim soit dit en passant?
     18
    1019
    1120gfortran https://bi.offis.de/wisent/tiki-index.php?page=WRF-gFortran
     21---> MAIS GROS PROBLEMES (time mgmt and seg fault)
    1222
    1323
Note: See TracChangeset for help on using the changeset viewer.