Ignore:
Timestamp:
Aug 1, 2016, 11:09:36 AM (8 years ago)
Author:
acozic
Message:

change the way to transfer the value of config_inca parameter to INCA model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90

    r2608 r2609  
    2929  USE CHEM_REP, ONLY : Init_chem_rep_phys
    3030#endif
    31   USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline, iphysiq
     31  USE control_mod, ONLY: dayref,anneeref,day_step,nday,offline, iphysiq, config_inca
    3232  USE inifis_mod, ONLY: inifis
    3333  USE time_phylmdz_mod, ONLY: init_time
     
    141141     call init_const_lmdz( &
    142142          anneeref,dayref, iphysiq,day_step,nday,  &
    143           nbsrf, is_oce,is_sic, is_ter,is_lic, calend)
     143          nbsrf, is_oce,is_sic, is_ter,is_lic, calend, &
     144          config_inca)
    144145     call init_inca_para( &
    145146          nbp_lon,nbp_lat,nbp_lev,klon_glo,mpi_size, &
Note: See TracChangeset for help on using the changeset viewer.