Changeset 5339 for LMDZ6/trunk/libf


Ignore:
Timestamp:
Nov 20, 2024, 10:08:02 AM (2 months ago)
Author:
Laurent Fairhead
Message:

Getting rid of dependance to dynamics, needs some more work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/misc/lmdz_reprobus_wrappers.F90

    r5325 r5339  
    66  USE CHEM_REP
    77#else
    8   USE dimensions_mod, ONLY: iim, jjm, llm, ndm
     8  USE mod_grid_phy_lmdz, ONLY: nbp_lon, nbp_lat
     9
    910
    1011  IMPLICIT NONE
    1112
    1213  ! TODO ugly temp solution until we properly wrap the REPROBUS code
    13   INTEGER :: itroprep(iim), iter, ndimozon
    14   REAL :: rsuntime(2), pdt_rep, daynum, solaireTIME, ptrop(iim), ttrop(iim), ztrop(iim), gravit, Z1, &
    15           Z2, fac, B
    16   REAL, DIMENSION(iim, jjm) :: pdel, d_q_rep, d_ql_rep, d_qi_rep, rch42d, rn2o2d, rcfc112d, rcfc122d
     14  INTEGER :: itroprep(1)
     15  INTEGER ::  iter, ndimozon
     16  REAL :: rsuntime(2), pdt_rep, daynum, solaireTIME, gravit, Z1, Z2, fac, B
     17  REAL :: ptrop(1), ttrop(1), ztrop(1)
     18  REAL, DIMENSION(1, 1) :: pdel, d_q_rep, d_ql_rep, d_qi_rep, rch42d, rn2o2d, rcfc112d, rcfc122d
    1719  LOGICAL :: ok_suntime, ok_rtime2d
    1820
Note: See TracChangeset for help on using the changeset viewer.