Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (7 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmdiso
- Files:
-
- 2 deleted
- 7 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmdiso/add_phys_tend_mod.F90
r5117 r5134 160 160 #endif 161 161 #endif 162 IMPLICIT none162 IMPLICIT NONE 163 163 include "YOMCST.h" 164 164 include "clesphys.h" … … 684 684 USE phys_output_var_mod, ONLY: d_qw_col, d_ql_col, d_qs_col, d_qbs_col, d_qt_col, d_ek_col, d_h_dair_col & 685 685 , d_h_qw_col, d_h_ql_col, d_h_qs_col, d_h_qbs_col, d_h_col 686 IMPLICIT none686 IMPLICIT NONE 687 687 include "YOMCST.h" 688 688 include "clesphys.h" … … 834 834 zh_qw_col, zh_ql_col, zh_qs_col, zh_qbs_col, zh_col) 835 835 836 IMPLICIT none836 IMPLICIT NONE 837 837 include "YOMCST.h" 838 838 … … 915 915 , rain_lsc, snow_lsc 916 916 USE climb_hq_mod, ONLY: d_h_col_vdf, f_h_bnd 917 IMPLICIT none917 IMPLICIT NONE 918 918 include "YOMCST.h" 919 919 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/add_wake_tend.F90
r5116 r5134 21 21 USE phys_state_var_mod, ONLY: wake_deltaxt 22 22 #endif 23 IMPLICIT none23 IMPLICIT NONE 24 24 25 25 ! Arguments : -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_alpale.f90
r5133 r5134 1 link ../phylmd/ alpale.F901 link ../phylmd/lmdz_alpale.f90 -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/lmdz_lscp_old.F90
r5132 r5134 68 68 #endif 69 69 70 IMPLICIT none70 IMPLICIT NONE 71 71 !====================================================================== 72 72 ! Auteur(s): Z.X. Li (LMD/CNRS) -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyetat0_mod.F90
r5132 r5134 51 51 USE netcdf, ONLY: missing_val_netcdf => nf90_fill_real 52 52 USE config_ocean_skin_m, ONLY: activate_ocean_skin 53 USE lmdz_alpale 53 54 #ifdef ISO 54 55 USE infotrac_phy, ONLY: niso … … 60 61 #endif 61 62 62 IMPLICIT none63 IMPLICIT NONE 63 64 !====================================================================== 64 65 ! Auteur(s) Z.X. Li (LMD/CNRS) date: 19930818 … … 67 68 include "dimsoil.h" 68 69 include "clesphys.h" 69 include "alpale.h"70 70 include "compbl.h" 71 71 include "YOMCST.h" -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/phyredem.F90
r5132 r5134 52 52 USE config_ocean_skin_m, ONLY: activate_ocean_skin 53 53 USE lmdz_abort_physic, ONLY: abort_physic 54 55 IMPLICIT none 54 USE lmdz_alpale 55 56 IMPLICIT NONE 56 57 57 58 include "dimsoil.h" 58 59 include "clesphys.h" 59 include "alpale.h"60 60 include "compbl.h" 61 61 !====================================================================== … … 509 509 #endif 510 510 !USE phyredem, ONLY: put_field_srf1 511 USE lmdz_alpale 511 512 512 513 IMPLICIT NONE … … 516 517 include "dimsoil.h" 517 518 include "clesphys.h" 518 include "alpale.h"519 519 include "compbl.h" 520 520 ! inputs -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/physiq_mod.F90
r5133 r5134 418 418 USE output_physiqex_mod, ONLY: output_physiqex 419 419 USE lmdz_simu_airs, ONLY: simu_airs 420 USE lmdz_alpale 420 421 421 422 … … 474 475 include "dimsoil.h" 475 476 include "clesphys.h" 476 include "alpale.h"477 477 include "dimpft.h" 478 478 !====================================================================== -
LMDZ6/branches/Amaury_dev/libf/phylmdiso/reevap.F90
r5117 r5134 15 15 #endif 16 16 #endif 17 IMPLICIT none17 IMPLICIT NONE 18 18 !>====================================================================== 19 19
Note: See TracChangeset
for help on using the changeset viewer.