Changeset 5185 for LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/parasol.F90
- Timestamp:
- Sep 11, 2024, 4:27:07 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/parasol.F90
r5158 r5185 118 118 DO it=1,PARASOL_NREFL 119 119 DO ny=1,PARASOL_NTAU-1 120 WHERE (tautot_S(1:npoints) .ge. PARASOL_TAU(ny). and. &120 WHERE (tautot_S(1:npoints) .ge. PARASOL_TAU(ny).AND. & 121 121 tautot_S(1:npoints) .le. PARASOL_TAU(ny+1)) 122 122 rlumA_mod(1:npoints,it) = aA(it,ny)*tautot_S(1:npoints) + bA(it,ny)
Note: See TracChangeset
for help on using the changeset viewer.