Changeset 115 for branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters
- Timestamp:
- 2011-02-16T11:29:50+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/pft_parameters.f90
r111 r115 384 384 CONTAINS 385 385 ! 386 SUBROUTINE pft_ main386 SUBROUTINE pft_parameters_main 387 387 388 388 IMPLICIT NONE … … 402 402 403 403 ! Allocation of memory for the pfts-parameters 404 CALL pft_ alloc404 CALL pft_parameters_alloc 405 405 406 406 ! Initialisation of the correspondance table … … 446 446 447 447 ! Initialisation of the pfts-parameters 448 CALL pft_ init448 CALL pft_parameters_init 449 449 450 450 ! Could be useful : correspondance between the number of the pft … … 483 483 ENDIF 484 484 485 END SUBROUTINE pft_ main485 END SUBROUTINE pft_parameters_main 486 486 ! 487 487 != 488 488 ! 489 SUBROUTINE pft_ init489 SUBROUTINE pft_parameters_init 490 490 491 491 IMPLICIT NONE … … 821 821 ENDDO 822 822 823 END SUBROUTINE pft_ init823 END SUBROUTINE pft_parameters_init 824 824 ! 825 825 != 826 826 ! 827 SUBROUTINE pft_ alloc827 SUBROUTINE pft_parameters_alloc 828 828 829 829 IMPLICIT NONE … … 1065 1065 ENDIF 1066 1066 1067 END SUBROUTINE pft_ alloc1067 END SUBROUTINE pft_parameters_alloc 1068 1068 ! 1069 1069 != 1070 1070 ! 1071 SUBROUTINE pft_ clear1071 SUBROUTINE pft_parameters_clear 1072 1072 1073 1073 l_first_define_pft = .TRUE. … … 1196 1196 IF (ALLOCATED(rveg_pft))DEALLOCATE(rveg_pft) 1197 1197 1198 END SUBROUTINE pft_ clear1198 END SUBROUTINE pft_parameters_clear 1199 1199 ! 1200 1200 !=
Note: See TracChangeset
for help on using the changeset viewer.