Changeset 3637 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Feb 20, 2025, 5:51:07 PM (4 months ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/dynredem.F90
r3636 r3637 82 82 start_file_type="planeto" 83 83 idecal = 4 84 ldscrpt = 2 884 ldscrpt = 29 85 85 else 86 86 if ( planet_type.eq."titan" ) then 87 87 ! Titan inherited Earth-like start files with idecal=5 88 88 write(lunout,*) trim(modname),' : Titan start file' 89 ldscrpt = 3290 89 else 91 90 write(lunout,*) trim(modname),' : Earth-like start file' 92 ldscrpt = 3293 91 endif 94 92 idecal = 5 93 ldscrpt = 32 95 94 endif 96 95 … … 134 133 tab_cntrl(idecal+17) = grossismx 135 134 tab_cntrl(idecal+18) = grossismy 136 dscrpt_tab_cntrl(idecal + 1:idecal + 18) = (/ &137 int2fmtstr(idecal + 1)// " Radius of the planet ", &138 int2fmtstr(idecal + 2)// " Rotation of the planet (rad/s) ", &139 int2fmtstr(idecal + 3)// " Gravity (m/s2) ", &140 int2fmtstr(idecal + 4)// " Specific heat Cp (J.kg-1.K-1) ", &141 int2fmtstr(idecal + 5)// " = r/Cp (=kappa) ", &142 int2fmtstr(idecal + 6)// " Lenght of a sol (s) ", &143 int2fmtstr(idecal + 7)// " Dynamical time step (s) ", &144 int2fmtstr(idecal + 8)// " Total energy ", &145 int2fmtstr(idecal + 9)// " Total pressure ", &135 dscrpt_tab_cntrl(idecal + 1:idecal + 18) = (/ & 136 int2fmtstr(idecal + 1)// " Radius of the planet ", & 137 int2fmtstr(idecal + 2)// " Rotation of the planet (rad/s) ", & 138 int2fmtstr(idecal + 3)// " Gravity (m/s2) ", & 139 int2fmtstr(idecal + 4)// " Specific heat Cp (J.kg-1.K-1) ", & 140 int2fmtstr(idecal + 5)// " = r/Cp (=kappa) ", & 141 int2fmtstr(idecal + 6)// " Lenght of a sol (s) ", & 142 int2fmtstr(idecal + 7)// " Dynamical time step (s) ", & 143 int2fmtstr(idecal + 8)// " Total energy ", & 144 int2fmtstr(idecal + 9)// " Total pressure ", & 146 145 int2fmtstr(idecal + 10)//" Total enstrophy ", & 147 146 int2fmtstr(idecal + 11)//" Total enthalpy ", & … … 161 160 tab_cntrl(idecal+23) = taux 162 161 tab_cntrl(idecal+24) = tauy 163 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ &162 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ & 164 163 int2fmtstr(idecal + 19)//" 1. ", & 165 164 int2fmtstr(idecal + 20)//" Extention (in longitude) of zoom ", & … … 176 175 tab_cntrl(idecal+24) = 0. 177 176 IF( ysinus ) tab_cntrl(idecal+22) = 1. 178 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ &177 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ & 179 178 int2fmtstr(idecal + 19)//" - ", & 180 179 int2fmtstr(idecal + 20)//" Extention (in longitude) of zoom ", & … … 199 198 !tab_cntrl(29)=hour_ini 200 199 tab_cntrl(29)=0 200 dscrpt_tab_cntrl(29) = "(29) 0 " 201 201 endif 202 202 -
trunk/LMDZ.COMMON/libf/dyn3dpar/dynredem_p.F90
r3636 r3637 88 88 ! Titan inherited Earth-like start files with idecal=5 89 89 write(lunout,*) trim(modname),' : Titan start file' 90 ldscrpt = 3291 90 else 92 91 write(lunout,*) trim(modname),' : Earth-like start file' 93 ldscrpt = 3294 92 endif 95 93 idecal = 5 94 ldscrpt = 32 96 95 endif 97 96 … … 135 134 tab_cntrl(idecal+17) = grossismx 136 135 tab_cntrl(idecal+18) = grossismy 137 dscrpt_tab_cntrl(idecal + 1:idecal + 18) = (/ &138 int2fmtstr(idecal + 1)// " Radius of the planet ", &139 int2fmtstr(idecal + 2)// " Rotation of the planet (rad/s) ", &140 int2fmtstr(idecal + 3)// " Gravity (m/s2) ", &141 int2fmtstr(idecal + 4)// " Specific heat Cp (J.kg-1.K-1) ", &142 int2fmtstr(idecal + 5)// " = r/Cp (=kappa) ", &143 int2fmtstr(idecal + 6)// " Lenght of a sol (s) ", &144 int2fmtstr(idecal + 7)// " Dynamical time step (s) ", &145 int2fmtstr(idecal + 8)// " Total energy ", &146 int2fmtstr(idecal + 9)// " Total pressure ", &136 dscrpt_tab_cntrl(idecal + 1:idecal + 18) = (/ & 137 int2fmtstr(idecal + 1)// " Radius of the planet ", & 138 int2fmtstr(idecal + 2)// " Rotation of the planet (rad/s) ", & 139 int2fmtstr(idecal + 3)// " Gravity (m/s2) ", & 140 int2fmtstr(idecal + 4)// " Specific heat Cp (J.kg-1.K-1) ", & 141 int2fmtstr(idecal + 5)// " = r/Cp (=kappa) ", & 142 int2fmtstr(idecal + 6)// " Lenght of a sol (s) ", & 143 int2fmtstr(idecal + 7)// " Dynamical time step (s) ", & 144 int2fmtstr(idecal + 8)// " Total energy ", & 145 int2fmtstr(idecal + 9)// " Total pressure ", & 147 146 int2fmtstr(idecal + 10)//" Total enstrophy ", & 148 147 int2fmtstr(idecal + 11)//" Total enthalpy ", & … … 162 161 tab_cntrl(idecal+23) = taux 163 162 tab_cntrl(idecal+24) = tauy 164 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ &163 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ & 165 164 int2fmtstr(idecal + 19)//" 1. ", & 166 165 int2fmtstr(idecal + 20)//" Extention (in longitude) of zoom ", & … … 177 176 tab_cntrl(idecal+24) = 0. 178 177 IF( ysinus ) tab_cntrl(idecal+22) = 1. 179 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ &178 dscrpt_tab_cntrl(idecal + 19:idecal + 24) = (/ & 180 179 int2fmtstr(idecal + 19)//" - ", & 181 180 int2fmtstr(idecal + 20)//" Extention (in longitude) of zoom ", & … … 200 199 ! tab_cntrl(29)=hour_ini 201 200 tab_cntrl(29)=0 201 dscrpt_tab_cntrl(29) = "(29) 0 " 202 202 endif 203 203
Note: See TracChangeset
for help on using the changeset viewer.