Changeset 4105 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Mar 17, 2022, 11:24:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.F90
r4104 r4105 1050 1050 1051 1051 !--------------------------------------------------------------------- 1052 ! Interpolation of forcings in time and onto model levels1053 !---------------------------------------------------------------------1054 1055 #include "old_1D_interp_cases.h"1056 1057 if (forcing_GCM2SCM) then1058 write (*,*) 'forcing_GCM2SCM not yet implemented'1059 stop 'in time loop'1060 endif ! forcing_GCM2SCM1061 1062 !---------------------------------------------------------------------1063 1052 ! Geopotential : 1064 1053 !--------------------------------------------------------------------- … … 1069 1058 & (play(l)-play(l+1))/(play(l)+play(l+1)) 1070 1059 enddo 1060 1061 !--------------------------------------------------------------------- 1062 ! Interpolation of forcings in time and onto model levels 1063 !--------------------------------------------------------------------- 1064 1065 #include "old_1D_interp_cases.h" 1066 1067 if (forcing_GCM2SCM) then 1068 write (*,*) 'forcing_GCM2SCM not yet implemented' 1069 stop 'in time loop' 1070 endif ! forcing_GCM2SCM 1071 1072 !!!!--------------------------------------------------------------------- 1073 !!!! Geopotential : 1074 !!!!--------------------------------------------------------------------- 1075 !!! 1076 !!! phi(1)=RD*temp(1)*(plev(1)-play(1))/(.5*(plev(1)+play(1))) 1077 !!! do l = 1, llm-1 1078 !!! phi(l+1)=phi(l)+RD*(temp(l)+temp(l+1))* & 1079 !!! & (play(l)-play(l+1))/(play(l)+play(l+1)) 1080 !!! enddo 1071 1081 1072 1082 !---------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.