Changeset 3637 for trunk/LMDZ.COMMON/libf/dyn3dpar
- Timestamp:
- Feb 20, 2025, 5:51:07 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.