Changeset 1308 for trunk/LMDZ.GENERIC/libf/phystd/ocean_slab_mod.F90
- Timestamp:
- Jul 10, 2014, 3:19:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/ocean_slab_mod.F90
r1298 r1308 15 15 16 16 17 #include "dimensions.h"18 #include "dimphys.h"17 !#include "dimensions.h" 18 !#include "dimphys.h" 19 19 #include "comcstfi.h" 20 20 #include "callkeys.h" … … 67 67 68 68 69 #include "dimensions.h"70 #include "dimphys.h"69 !#include "dimensions.h" 70 !#include "dimphys.h" 71 71 #include "comcstfi.h" 72 72 #include "callkeys.h" … … 210 210 use slab_ice_h 211 211 212 #include "dimensions.h"213 #include "dimphys.h"212 !#include "dimensions.h" 213 !#include "dimphys.h" 214 214 #include "comcstfi.h" 215 215 #include "callkeys.h" … … 451 451 use slab_ice_h 452 452 453 #include "dimensions.h"454 #include "comcstfi.h"453 !#include "dimensions.h" 454 !#include "comcstfi.h" 455 455 ! INCLUDE "iniprint.h" 456 456 #include "callkeys.h" … … 534 534 ! Transport diffusif 535 535 ! IF (ok_soil_hdiff) THEN 536 CALL divgrad_phy(n oceanmx,tmp_tslab_loc,dtdiff_loc)536 CALL divgrad_phy(ngrid,noceanmx,tmp_tslab_loc,dtdiff_loc) 537 537 dtdiff_loc=dtdiff_loc*soil_hdiff*50./SUM(slabh)!*100. 538 538 ! dtdiff_loc(:,1)=dtdiff_loc(:,1)*soil_hdiff*50./SUM(slabh)*0.8 … … 544 544 ! Calcul de transport par Ekman 545 545 546 CALL slab_ekman2( taux_slab,tauy_slab,tslab,dtekman_loc)546 CALL slab_ekman2(ngrid,taux_slab,tauy_slab,tslab,dtekman_loc) 547 547 548 548
Note: See TracChangeset
for help on using the changeset viewer.