Changeset 1673 for LMDZ5/trunk/libf/dyn3dmem/bands.F90
- Timestamp:
- Oct 27, 2012, 4:23:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/bands.F90
r1632 r1673 1 1 ! 2 ! $Id : bands.F90 1279 2009-12-10 09:02:56Z fairhead$2 ! $Id$ 3 3 ! 4 4 module Bands … … 105 105 SUBROUTINE Set_Bands 106 106 USE parallel 107 #ifdef CPP_ EARTH108 ! Ehouarn: what follows is only related to // physics ; for now only for Earth107 #ifdef CPP_PHYS 108 ! Ehouarn: what follows is only related to // physics 109 109 USE mod_phys_lmdz_para, ONLY : jj_para_begin,jj_para_end 110 110 #endif … … 118 118 enddo 119 119 120 #ifdef CPP_EARTH 121 ! Ehouarn: what follows is only related to // physics; for now only for Earth 120 #ifdef CPP_PHYS 122 121 do i=0,MPI_Size-1 123 122 jj_Nb_physic(i)=jj_para_end(i)-jj_para_begin(i)+1 … … 374 373 subroutine AdjustBands_physic 375 374 use times 376 #ifdef CPP_ EARTH377 ! Ehouarn: what follows is only related to // physics ; for now only for Earth375 #ifdef CPP_PHYS 376 ! Ehouarn: what follows is only related to // physics 378 377 USE mod_phys_lmdz_para, only : klon_mpi_para_nb 379 378 #endif … … 401 400 medium=medium/mpi_size 402 401 NbTot=0 403 #ifdef CPP_EARTH 404 ! Ehouarn: what follows is only related to // physics; for now only for Earth 402 #ifdef CPP_PHYS 405 403 do i=0,mpi_size-1 406 404 Inc(i)=nint(klon_mpi_para_nb(i)*(medium-value(i))/value(i))
Note: See TracChangeset
for help on using the changeset viewer.