Ignore:
Timestamp:
Sep 25, 2013, 3:35:04 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Ménage sur le code pour éliminer les calculs spécifiques ISCCP hors COSP
Un certain nombre de variables non utilisées dans physiq.F90 ont aussi
été supprimée. Environ 840 lignes supprimées du code physiq.F90


Code cleanup to eliminate specific references to ISCCP outside the COSP
library. Unused variables have been cleaned up from the physiq.F90 routine
as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/conf_phys_m.F90

    r1865 r1877  
    161161  REAL, SAVE :: freq_outNMC_omp(3), freq_calNMC_omp(3)
    162162  CHARACTER*4, SAVE :: type_run_omp
    163   LOGICAL,SAVE :: ok_isccp_omp
    164163  LOGICAL,SAVE :: ok_cosp_omp
    165164  LOGICAL,SAVE :: ok_mensuelCOSP_omp,ok_journeCOSP_omp,ok_hfCOSP_omp
     
    13511350  type_run_omp = 'AMIP'
    13521351  call getin('type_run',type_run_omp)
    1353 
    1354 !
    1355 !Config Key  = ok_isccp
    1356 !Config Desc =
    1357 !Config Def  = .true.
    1358 !Config Help =
    1359 !
    1360 ! ok_isccp = .true.
    1361   ok_isccp_omp = .false.
    1362   call getin('ok_isccp',ok_isccp_omp)
    13631352
    13641353!
     
    17991788    iflag_cvl_sigd = iflag_cvl_sigd_omp
    18001789    type_run = type_run_omp
    1801     ok_isccp = ok_isccp_omp
    18021790    ok_cosp = ok_cosp_omp
    18031791    ok_mensuelCOSP = ok_mensuelCOSP_omp
     
    19721960  write(lunout,*)' iflag_clos = ', iflag_clos
    19731961  write(lunout,*)' type_run = ',type_run
    1974   write(lunout,*)' ok_isccp = ',ok_isccp
    19751962  write(lunout,*)' ok_cosp = ',ok_cosp
    19761963  write(lunout,*)' ok_mensuelCOSP = ',ok_mensuelCOSP
Note: See TracChangeset for help on using the changeset viewer.