Changeset 6208
- Timestamp:
- 07/21/22 12:04:05 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/LMDZ/libf/dyn3dmem/dynetat0_loc.F90
r5871 r6208 41 41 CHARACTER(LEN=256) :: msg, var, modname 42 42 INTEGER, PARAMETER :: length=100 43 INTEGER :: iq, fID, vID, idecal, ierr 43 INTEGER :: iq, fID, vID, idecal, ierr, ij 44 44 REAL :: time, tab_cntrl(length) !--- RUN PARAMS TABLE 45 45 REAL, ALLOCATABLE :: vcov_glo(:,:),masse_glo(:,:), ps_glo(:) … … 172 172 CALL RANDOM_NUMBER(random_teta) 173 173 CALL get_var2("teta",teta_glo) 174 DO ij = iip2,ip1jm,iip1 175 random_teta(ij,:)=random_teta(ij+iim,:) 176 ENDDO 177 random_teta(1:iip1,:)=0 178 random_teta(ip1jm+1:ip1jmp1,:)=0 174 179 teta_glo=teta_glo*(1+(random_teta*2-1)*noise_teta) 175 180 teta (ijb_u:ije_u,:)=teta_glo(ijb_u:ije_u,:); DEALLOCATE(teta_glo) ; DEALLOCATE(random_teta)
Note: See TracChangeset
for help on using the changeset viewer.