Changeset 5113 for LMDZ6/branches/Amaury_dev/libf/phylmd/coare_cp_mod.F90
- Timestamp:
- Jul 24, 2024, 1:17:08 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/coare_cp_mod.F90
r5103 r5113 1 1 module coare_cp_mod 2 implicit none3 private2 IMPLICIT NONE 3 PRIVATE 4 4 public psit_30, psiuo, coare_cp 5 5 … … 7 7 8 8 real function psit_30(zet) 9 implicit none9 IMPLICIT NONE 10 10 real, intent(in) :: zet 11 11 … … 27 27 28 28 real function psiuo(zet) 29 implicit none29 IMPLICIT NONE 30 30 real, intent(in) :: zet 31 31
Note: See TracChangeset
for help on using the changeset viewer.