Changeset 5271 for LMDZ6/trunk/libf/misc


Ignore:
Timestamp:
Oct 24, 2024, 4:25:39 PM (2 months ago)
Author:
abarral
Message:

Move dimensions.h into a module
Nb: doesn't compile yet

File:
1 edited

Legend:

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

    r5252 r5271  
    66  USE CHEM_REP, ONLY: init_chem_rep_trac, itroprep
    77#else
     8  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
    89
    910  ! TODO ugly temp solution until we properly wrap the REPROBUS code
    10   INCLUDE "dimensions.h"
    1111  INTEGER :: itroprep(iim), iter, ndimozon
    1212  REAL :: rsuntime(2), pdt_rep, daynum, solaireTIME, ptrop(iim), ttrop(iim), ztrop(iim), gravit, Z1, &
Note: See TracChangeset for help on using the changeset viewer.