- Timestamp:
- Jul 24, 2024, 4:23:34 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/slab_heat_transp_mod.F90
r5116 r5117 110 110 111 111 ! Sanity check on dimensions 112 if ((ip1jm/=((nbp_lon + 1) * (nbp_lat - 1))).or. &112 IF ((ip1jm/=((nbp_lon + 1) * (nbp_lat - 1))).OR. & 113 113 (ip1jmp1/=((nbp_lon + 1) * nbp_lat))) THEN 114 114 abort_message = "ini_slab_transp_geom Error: wrong array sizes" … … 474 474 IMPLICIT NONE 475 475 476 LOGICAL, INTENT( in) :: slab_gm476 LOGICAL, INTENT(IN) :: slab_gm 477 477 ! Here, temperature and flux variables are on 2 layers 478 478 INTEGER ij
Note: See TracChangeset
for help on using the changeset viewer.