Ignore:
Timestamp:
Feb 4, 2021, 3:59:25 PM (3 years ago)
Author:
lmdz-users
Message:

to be able to work with dynamico's dynamic, we modify call for the inca initialisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/LMDZ-INCA-Dyn/libf/phylmd/physiq_mod.F90

    r3792 r3820  
    3434    USE FLOTT_GWD_rando_m, only: FLOTT_GWD_rando
    3535    USE fonte_neige_mod, ONLY  : fonte_neige_get_vars
    36     USE geometry_mod, ONLY: cell_area, latitude_deg, longitude_deg
     36    USE geometry_mod
    3737    USE ioipsl, only: histbeg, histvert, histdef, histend, histsync, &
    3838         histwrite, ju2ymds, ymds2ju, getin
     
    5353    USE phystokenc_mod, ONLY: offline, phystokenc
    5454    USE phys_cal_mod, only: year_len, mth_len, days_elapsed, jh_1jan, &
    55          year_cur, mth_cur,jD_cur, jH_cur, jD_ref, day_cur, hour
     55         year_cur, mth_cur,jD_cur, jH_cur, jD_ref, day_cur, hour, calend
    5656!!  USE phys_local_var_mod, ONLY : a long list of variables
    5757!!              ==> see below, after "CPP Keys" section
     
    6767    USE surface_data,     ONLY : type_ocean, ok_veget, landice_opt
    6868    USE time_phylmdz_mod, only: annee_ref, current_time, day_ini, day_ref, &
    69           day_step_phy, itau_phy, pdtphys, raz_date, start_time, update_time
     69          day_step_phy, itau_phy, pdtphys, raz_date, start_time, update_time, ndays
    7070    USE tracinca_mod, ONLY: config_inca
    7171    USE tropopause_m,     ONLY: dyn_tropopause
     
    19441944          calday = REAL(days_elapsed) + jH_cur
    19451945          WRITE(lunout,*) 'initial time chemini', days_elapsed, calday
     1946
     1947          call init_const_lmdz( &
     1948          ndays, nbsrf, is_oce,is_sic, is_ter,is_lic, calend, &
     1949          config_inca)
     1950
    19461951
    19471952          CALL chemini(  &
Note: See TracChangeset for help on using the changeset viewer.