Changeset 5901 for LMDZ6/branches


Ignore:
Timestamp:
Dec 3, 2025, 3:11:24 PM (5 hours ago)
Author:
idelkadi
Message:

Implementation de la nouvelle version du Simulateur (Cospv2) dans LMDZ

Location:
LMDZ6/branches/LMDZ-COSP
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-COSP/bld.cfg.ecrad

    r5340 r5901  
    3232src::dyn3d_common   %DYN_COMMON
    3333src::phy_common %PHY_COMMON
    34 src::cosp    %COSP
    3534src::ext_src %EXT_SRC
    3635src::Ocean_skin %SRC_PATH/%PHYS/Ocean_skin
     
    4241src::ecradhook %RAD/drhook
    4342src::ecradutil %RAD/utilities
     43
     44src::cosp %COSP
     45src::cosp::cosp_src %COSP/src
     46src::cosp::lmdz_cosp %COSP/lmdz
     47src::cosp::cosp_simulator %COSP/src/simulator
     48#src::cosp::cosp_driver %COSP/driver/src
     49src::cosp::cosp_misr %COSP/src/simulator/MISR_simulator
     50src::cosp::cosp_modis %COSP/src/simulator/MODIS_simulator
     51src::cosp::cosp_parasol %COSP/src/simulator/parasol
     52src::cosp::cosp_icarus %COSP/src/simulator/icarus
     53src::cosp::cosp_actsim %COSP/src/simulator/actsim
     54src::cosp::cosp_rttov %COSP/src/simulator/rttov
     55src::cosp::cosp_quickbeam %COSP/src/simulator/quickbeam
     56src::cosp::cosp_utils %COSP/model-interface
     57src::cosp::cosp_subcol %COSP/subsample_and_optics_example/subcol
     58src::cosp::cosp_subcol_rng %COSP/subsample_and_optics_example/subcol/rng
     59src::cosp::cosp_optics %COSP/subsample_and_optics_example/optics
     60src::cosp::cosp_optics_quickbeam %COSP/subsample_and_optics_example/optics/quickbeam_optics
    4461
    4562src::netcdf95            %ROOT_PATH/tools/netcdf95
  • LMDZ6/branches/LMDZ-COSP/bld.cfg.rrtm

    r5340 r5901  
    3232src::dyn3d_common   %DYN_COMMON
    3333src::phy_common %PHY_COMMON
    34 src::cosp    %COSP
    3534src::ext_src %EXT_SRC
    3635src::Ocean_skin %SRC_PATH/%PHYS/Ocean_skin
     36
     37src::cosp %COSP
     38src::cosp::cosp_src %COSP/src
     39src::cosp::lmdz_cosp %COSP/lmdz
     40src::cosp::cosp_simulator %COSP/src/simulator
     41#src::cosp::cosp_driver %COSP/driver/src
     42src::cosp::cosp_misr %COSP/src/simulator/MISR_simulator
     43src::cosp::cosp_modis %COSP/src/simulator/MODIS_simulator
     44src::cosp::cosp_parasol %COSP/src/simulator/parasol
     45src::cosp::cosp_icarus %COSP/src/simulator/icarus
     46src::cosp::cosp_actsim %COSP/src/simulator/actsim
     47src::cosp::cosp_rttov %COSP/src/simulator/rttov
     48src::cosp::cosp_quickbeam %COSP/src/simulator/quickbeam
     49src::cosp::cosp_utils %COSP/model-interface
     50src::cosp::cosp_subcol %COSP/subsample_and_optics_example/subcol
     51src::cosp::cosp_subcol_rng %COSP/subsample_and_optics_example/subcol/rng
     52src::cosp::cosp_optics %COSP/subsample_and_optics_example/optics
     53src::cosp::cosp_optics_quickbeam %COSP/subsample_and_optics_example/optics/quickbeam_optics
    3754
    3855src::netcdf95            %ROOT_PATH/tools/netcdf95
  • LMDZ6/branches/LMDZ-COSP/libf/phylmd/physiq_mod.F90

    r5842 r5901  
    159159    USE paramLMDZ_phy_mod
    160160#endif
    161 !
     161
    162162!
    163163!!!!!!!!!!!!!!!!!!  END "USE" for CPP keys !!!!!!!!!!!!!!!!!!!!!!
     
    408408       USE phytracr_spl_mod, ONLY: phytracr_spl_out_init, phytracr_spl
    409409       USE s2s, ONLY : s2s_initialize, s2s_finalize
     410
     411!#ifdef CPPKEY_COSPV2
     412!       USE interface_lmdz_cospv2_mod, ONLY: lmdz_cospv2_interface
     413!#endif
     414
    410415    IMPLICIT NONE
    411416    !>======================================================================
     
    18341839               mr_ozone_cosp0,cldtau_cosp0,cldemi_cosp0,JrNt_cosp0)
    18351840
    1836           CALL lmdz_cosp_interface(itap,phys_tstep,freq_cosp, &
     1841          CALL lmdz_cospv2_interface(itap,phys_tstep,freq_cosp, &
    18371842               ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, &
    18381843               ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, &
     
    53805385                 print*,'Dans physiq.F avant appel '
    53815386          !     s        ref_liq,ref_ice
    5382           CALL lmdz_cosp_interface(itap,phys_tstep,freq_cosp, &
     5387          CALL lmdz_cospv2_interface(itap,phys_tstep,freq_cosp, &
    53835388               ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP, &
    53845389               ecrit_mth,ecrit_day,ecrit_hf, ok_all_xml, missing_val, &
Note: See TracChangeset for help on using the changeset viewer.